| Class | Description |
|---|---|
| Chunked<T> |
In
Iterator decorator which returns the elements of the decorated Iterator in chunks of a specific size. |
| Clustered<T> |
An
Iterator decorator which clusters consecutive elements of another Iterator by the result of a Comparator. |
| Mapped<OriginalType,ResultType> | |
| Truncated<T> |