| Class | Description |
|---|---|
| DelegatingIterator<E> |
An abstract
Iterator which delegates all method calls to another given Iterator. |
| Filtered<E> | |
| Flattened<E> |
An
Iterator that serializes the values of multiple Iterables. |
| Fluent<E> |
A basic
FluentIterator. |
| Mapped<OriginalType,ResultType> | Deprecated
use
Mapped instead |
| Serialized<E> |
An
Iterator that serializes the results of other Iterators. |
| Sieved<E> |
Iterator decorator which iterates all elements of the delegate which satisfy a given Predicate. |