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