| Class | Description |
|---|---|
| AbstractMultiIterator<T> |
Abstract class for combining a sequence of iterators.
|
| DecoratingIterator<R,S> |
DecoratingIterator Base class for a Decorator applied to an Iterator.
|
| EmptyIterator<E> | |
| NestedIterator<T> |
Wrapper that iterates over multiple iterators in turn.
|
| SkipIterator<E> |
Wrapper to select a sub-set from the results of an iterator
|
| SortingIterator<T> |
Iterate over the unique elements fom one iterator in a specified order.
|