All Classes Interface Summary Class Summary
| Class |
Description |
| AbstractCloseableIteration<E,X extends Exception> |
Deprecated. |
| AbstractCloseableIterator<E> |
|
| CloseableIteration<E,X extends Exception> |
Deprecated.
|
| CloseableIterationIterator<E> |
|
| CloseableIteratorIteration<E,X extends Exception> |
Deprecated. |
| ConvertingIteration<S,T,X extends Exception> |
Deprecated. |
| ConvertingIterator<S,T> |
An Iterator that converts an iterator over objects of type S (the source type) to an iterator over objects
of type T (the target type).
|
| DelayedIteration<E,X extends Exception> |
Deprecated. |
| DistinctIteration<E,X extends Exception> |
Deprecated. |
| DualUnionIteration<E,X extends Exception> |
Deprecated. |
| EmptyIteration<E,X extends Exception> |
Deprecated. |
| EmptyIterator<E> |
An iterator that does not contain any elements.
|
| ExceptionConvertingIteration<E,X extends Exception> |
Deprecated. |
| FilterIteration<E,X extends Exception> |
Deprecated. |
| FilterIterator<E> |
A CloseableIterator that wraps another iterator, applying a filter on the objects that are returned.
|
| IntersectIteration<E,X extends Exception> |
Deprecated. |
| Iteration<E,X extends Exception> |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| Iterations |
Deprecated. |
| IterationSpliterator<T> |
Deprecated. |
| IterationWrapper<E,X extends Exception> |
Deprecated. |
| IteratorIteration<E,X extends Exception> |
Deprecated. |
| Iterators |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| LimitIteration<E,X extends Exception> |
Deprecated. |
| LookAheadIteration<E,X extends Exception> |
Deprecated. |
| LookAheadIterator<E> |
|
| MinusIteration<E,X extends Exception> |
Deprecated. |
| OffsetIteration<E,X extends Exception> |
Deprecated. |
| QueueIteration<E,T extends Exception> |
Deprecated. |
| ReducedIteration<E,X extends Exception> |
Deprecated. |
| SilentIteration<T,E extends Exception> |
Deprecated. |
| SingletonIteration<E,X extends Exception> |
Deprecated. |
| SingletonIterator<E> |
An iterator that contains exactly one element.
|
| TimeLimitIteration<E,X extends Exception> |
Deprecated. |
| UnionIteration<E,X extends Exception> |
Deprecated. |
| UnionIterator<E> |
|