java.util.Iterator<BooleanIterable>public static class ChunkBooleanIterable.ChunkBooleanIterator extends java.lang.Object implements java.util.Iterator<BooleanIterable>
| Constructor | Description |
|---|---|
ChunkBooleanIterator(BooleanIterable iterable,
int size) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
hasNext() |
|
BooleanIterable |
next() |
public ChunkBooleanIterator(BooleanIterable iterable, int size)
public boolean hasNext()
hasNext in interface java.util.Iterator<BooleanIterable>public BooleanIterable next()
next in interface java.util.Iterator<BooleanIterable>Copyright © 2004–2020. All rights reserved.