public static class ChunkBooleanIterable.ChunkBooleanIterator extends Object implements Iterator<BooleanIterable>
| Constructor and Description |
|---|
ChunkBooleanIterator(BooleanIterable iterable,
int size) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
BooleanIterable |
next() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic ChunkBooleanIterator(BooleanIterable iterable, int size)
public boolean hasNext()
hasNext in interface Iterator<BooleanIterable>public BooleanIterable next()
next in interface Iterator<BooleanIterable>Copyright © 2004–2022. All rights reserved.