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 BooleanIterator
private final int
private final Function0
<MutableBooleanCollection> -
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
-
ChunkBooleanIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<BooleanIterable>
-
next
- Specified by:
next
in interfaceIterator<BooleanIterable>
-