public class CollatingIterator<T> extends AbstractIterator<Collection<T>>
current, exhausted, iterator, loaded
Constructor and Description |
---|
CollatingIterator(Iterator<T> parent,
int size) |
CollatingIterator(Iterator<T> parent,
int size,
boolean keepRemainder) |
CollatingIterator(Iterator<T> parent,
int size,
int step) |
CollatingIterator(Iterator<T> parent,
int size,
int step,
boolean keepRemainder) |
Modifier and Type | Method and Description |
---|---|
protected void |
loadNext() |
Collection<T> |
next() |
hasNext, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected void loadNext()
loadNext
in class AbstractIterator<Collection<T>>
public Collection<T> next()
next
in interface Iterator<Collection<T>>
next
in class AbstractIterator<Collection<T>>