public final class Chunked<T> extends AbstractBaseIterator<java.lang.Iterable<T>>
Iterator decorator which returns the elements of the decorated Iterator in chunks of a specific size.| Constructor and Description |
|---|
Chunked(int chunkSize,
java.util.Iterator<T> delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
java.lang.Iterable<T> |
next() |
equals, hashCode, remove