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 booleanhasNext()BooleanIterablenext()
-
Constructor Details
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<BooleanIterable>
-
next
- Specified by:
nextin interfaceIterator<BooleanIterable>
-