java.util.Iterator<LongIterable>public static class ChunkLongIterable.ChunkLongIterator extends java.lang.Object implements java.util.Iterator<LongIterable>
| Constructor | Description |
|---|---|
ChunkLongIterator(LongIterable iterable,
int size) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
LongIterable |
next() |
public ChunkLongIterator(LongIterable iterable, int size)
public boolean hasNext()
hasNext in interface java.util.Iterator<LongIterable>public LongIterable next()
next in interface java.util.Iterator<LongIterable>Copyright © 2004–2020. All rights reserved.