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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final LongIterator
private final int
private final Function0
<MutableLongCollection> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, remove
-
Field Details
-
iterator
-
size
private final int size -
speciesNewStrategy
-
-
Constructor Details
-
ChunkLongIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<LongIterable>
-
next
- Specified by:
next
in interfaceIterator<LongIterable>
-