| ArrayIterator<ELEMENTTYPE> |
This is a small helper class for iterating over arrays.
|
| CombinedIterator<ELEMENTTYPE> |
A specific enumeration iterating over two consecutive enumerations.
|
| EmptyEnumeration<ELEMENTTYPE> |
Represents a fixed Enumeration implementation that contains no
elements.
|
| EmptyIterator<ELEMENTTYPE> |
Implementation of an empty enumerator.
|
| EnumerationFromIterator<ELEMENTTYPE> |
|
| FilterIterator<ELEMENTTYPE> |
A simple filter iterator that takes a base iterator and an additional filter
and returns only the items that match the filter.
|
| IterableIterator<ELEMENTTYPE> |
This class is used for simpler iteration over an Iterator via the new "for"
syntax.
|
| IterableIteratorFromEnumeration<ELEMENTTYPE> |
Create an iterable iterator from an existing enumeration.
|
| MapperIterator<SRCTYPE,ELEMENTTYPE> |
A simple iterator that changes the object type from a source type to a
destination type.
|
| ReverseListIterator<ELEMENTTYPE> |
A reverse iterator for an existing list
|