Class ChunkLongIterable.ChunkLongIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ChunkLongIterable.ChunkLongIterator
- All Implemented Interfaces:
Iterator<LongIterable>
- Enclosing class:
- ChunkLongIterable
public static class ChunkLongIterable.ChunkLongIterator extends Object implements Iterator<LongIterable>
-
Constructor Summary
Constructors Constructor Description ChunkLongIterator(LongIterable iterable, int size)
-
Method Summary
Modifier and Type Method Description boolean
hasNext()
LongIterable
next()
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<LongIterable>
-
next
- Specified by:
next
in interfaceIterator<LongIterable>
-