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