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>
-
Constructor Summary
Constructors Constructor Description ChunkBooleanIterator(BooleanIterable iterable, int size)
-
Method Summary
Modifier and Type Method Description boolean
hasNext()
BooleanIterable
next()
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<BooleanIterable>
-
next
- Specified by:
next
in interfaceIterator<BooleanIterable>
-