| Class | Description |
|---|---|
| ExpandableIterator<T> |
ExpandableIterator takes an iterator and will emit the objects of that iterator.
|
| ExpandableMultiIterator<T> | |
| HistoryIterator<T> |
HistoryIterator wraps an iterator.
|
| MultiIterator<T> |
MultiIterator takes multiple iterators in its constructor and makes them behave like a single iterator.
|
| SingleExpandableIterator<T> |
SingleExpandableIterator can have an object added to it.
|
| SingleIterator<T> |
SingleIterator is an iterator that only contains one object of type T.
|
| Enum | Description |
|---|---|
| EmptyIterator |
Copyright © 2010-2014. All Rights Reserved.