Iterator<RichIterable<T>>public final class ChunkIterator<T> extends Object implements Iterator<RichIterable<T>>
| Constructor | Description |
|---|---|
ChunkIterator(Iterable<T> iterable,
int size) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
RichIterable<T> |
next() |
|
void |
remove() |
forEachRemainingCopyright © 2004–2019. All rights reserved.