@Immutable public final class ChunkIterator<T> extends Object implements Iterator<RichIterable<T>>
Constructor and Description |
---|
ChunkIterator(Iterable<T> iterable,
int size) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
RichIterable<T> |
next() |
void |
remove() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void remove()
remove
in interface Iterator<RichIterable<T>>
public boolean hasNext()
hasNext
in interface Iterator<RichIterable<T>>
public RichIterable<T> next()
next
in interface Iterator<RichIterable<T>>
Copyright © 2004–2016. All rights reserved.