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