Class ChunkFloatIterable.ChunkFloatIterator
java.lang.Object
org.eclipse.collections.impl.lazy.primitive.ChunkFloatIterable.ChunkFloatIterator
- All Implemented Interfaces:
Iterator<FloatIterable>
- Enclosing class:
ChunkFloatIterable
public static class ChunkFloatIterable.ChunkFloatIterator
extends Object
implements Iterator<FloatIterable>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FloatIteratorprivate final intprivate final Function0<MutableFloatCollection> -
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
-
ChunkFloatIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<FloatIterable>
-
next
- Specified by:
nextin interfaceIterator<FloatIterable>
-