AccessorGetIterable<T> |
Converts an Iterable of Objects into an Iterable of the provided Accessor get result on these Objects.
|
AccessorGetIterator<T> |
Allows to iterate over an Iterator of Objects, to convert it into an
Iterator on the provided Accessor get result on these Objects.
|
AccessorValuesIterable<T> |
|
AccessorValuesIterator<T> |
Allows to iterate over an Iterator of Accessors, to convert it into an
Iterator on the Accessor values.
|
ArrayIterator |
Allows to iterate over values of an array
|
CastIterable<T> |
Converts an Iterable of Objects into an Iterable of a specific type,
by performing dynamic Cast on elements if necessary.
|
CastIterator<T> |
Allows to iterate over an Iterator of Object, to convert it into an
Iterator on a specific type, by performing dynamic Cast on elements if necessary.
|
EnumIterator<T> |
Iterates over an enumeration.
|
MultipleIterator |
Allows to iterate over multiple iterators.
|
UniqueIterator<T> |
Allows to simulate an Iterator over a single value.
|