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