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