Class PseudoIterator<T>

  • Type Parameters:
    T - the element type
    All Implemented Interfaces:
    IStringValueProvider, IVilType

    public class PseudoIterator<T>
    extends java.lang.Object
    implements IVilType, IStringValueProvider
    Implements a pseudo class for iterators (handled internally).
    Author:
    Holger Eichelberger
    • Constructor Detail

      • PseudoIterator

        protected PseudoIterator()
        Prevents external instantiation.
    • Method Detail

      • getStringValue

        public java.lang.String getStringValue​(IStringValueProvider.StringComparator comparator)
        Description copied from interface: IStringValueProvider
        Returns the string value of this object.
        Specified by:
        getStringValue in interface IStringValueProvider
        Parameters:
        comparator - if the sequence of elements, e.g., in case of collections, shall be ordered according to the comparator, null if the original sequence shall be returned
        Returns:
        the string value