class |
AbstractCloseableIteratorIteration<E> |
|
class |
ConvertingIteration<S,T> |
A CloseableIteration that converts an iteration over objects of type S (the source type) to an iteration
over objects of type T (the target type).
|
class |
DelayedIteration<E> |
An iteration that delays the creation of the underlying iteration until it is being accessed.
|
class |
ExceptionConvertingIteration<E,X extends RuntimeException> |
Deprecated.
|
class |
IterationWrapper<E> |
Deprecated.
|
class |
LimitIteration<E> |
An Iteration that limits the amount of elements that it returns from an underlying Iteration to a fixed amount.
|
class |
LookAheadIteration<E> |
|
class |
QueueIteration<E,T extends RuntimeException> |
|
class |
SilentIteration<T> |
An IterationWrapper that silently ignores any errors that occur during processing.
|
class |
SingletonIteration<E> |
An Iteration that contains exactly one element.
|
class |
ThreadSafeDelayedIteration<E> |
An iteration that delays the creation of the underlying iteration until it is being accessed.
|
class |
TimeLimitIteration<E> |
|
class |
UnionIteration<E> |
An Iteration that returns the bag union of the results of a number of Iterations.
|