public static class ChunkIntIterable.ChunkIntIterator extends Object implements Iterator<IntIterable>
| Constructor and Description |
|---|
ChunkIntIterator(IntIterable iterable,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
IntIterable |
next() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic ChunkIntIterator(IntIterable iterable, int size)
public boolean hasNext()
hasNext in interface Iterator<IntIterable>public IntIterable next()
next in interface Iterator<IntIterable>Copyright © 2004–2022. All rights reserved.