Class ChunkBooleanIterable.ChunkBooleanIterator
- java.lang.Object
-
- org.eclipse.collections.impl.lazy.primitive.ChunkBooleanIterable.ChunkBooleanIterator
-
- All Implemented Interfaces:
java.util.Iterator<BooleanIterable>
- Enclosing class:
- ChunkBooleanIterable
public static class ChunkBooleanIterable.ChunkBooleanIterator extends java.lang.Object implements java.util.Iterator<BooleanIterable>
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanIterator
iterator
private int
size
private Function0<MutableBooleanCollection>
speciesNewStrategy
-
Constructor Summary
Constructors Constructor Description ChunkBooleanIterator(BooleanIterable iterable, int size)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasNext()
BooleanIterable
next()
-
-
-
Field Detail
-
iterator
private final BooleanIterator iterator
-
size
private final int size
-
speciesNewStrategy
private final Function0<MutableBooleanCollection> speciesNewStrategy
-
-
Constructor Detail
-
ChunkBooleanIterator
public ChunkBooleanIterator(BooleanIterable iterable, int size)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<BooleanIterable>
-
next
public BooleanIterable next()
- Specified by:
next
in interfacejava.util.Iterator<BooleanIterable>
-
-