Class PseudoIterator<T>
- java.lang.Object
-
- net.ssehub.easy.instantiation.core.model.vilTypes.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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.ssehub.easy.instantiation.core.model.vilTypes.IStringValueProvider
IStringValueProvider.StringComparator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSTRING_VALUE
-
Constructor Summary
Constructors Modifier Constructor Description protectedPseudoIterator()Prevents external instantiation.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetStringValue(IStringValueProvider.StringComparator comparator)Returns the string value of this object.
-
-
-
Field Detail
-
STRING_VALUE
public static final java.lang.String STRING_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStringValue
public java.lang.String getStringValue(IStringValueProvider.StringComparator comparator)
Description copied from interface:IStringValueProviderReturns the string value of this object.- Specified by:
getStringValuein interfaceIStringValueProvider- 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
-
-