Class ChunkShortIterable.ChunkShortIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ChunkShortIterable.ChunkShortIterator
- All Implemented Interfaces:
Iterator<ShortIterable>
- Enclosing class:
ChunkShortIterable
public static class ChunkShortIterable.ChunkShortIterator
extends Object
implements Iterator<ShortIterable>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ShortIteratorprivate final intprivate final Function0<MutableShortCollection> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, remove
-
Field Details
-
iterator
-
size
private final int size -
speciesNewStrategy
-
-
Constructor Details
-
ChunkShortIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<ShortIterable>
-
next
- Specified by:
nextin interfaceIterator<ShortIterable>
-