static final class CharArrayList.ValueIterator extends AbstractIterator<CharCursor>
CharArrayList.iterator().| Modifier and Type | Field and Description |
|---|---|
private char[] |
buffer |
private CharCursor |
cursor |
private int |
size |
| Constructor and Description |
|---|
ValueIterator(char[] buffer,
int size) |
| Modifier and Type | Method and Description |
|---|---|
protected CharCursor |
fetch()
Fetch next element.
|
done, hasNext, next, removeprivate final CharCursor cursor
private final char[] buffer
private final int size
protected CharCursor fetch()
AbstractIteratorAbstractIterator.done() when all
elements have been fetched.fetch in class AbstractIterator<CharCursor>AbstractIterator.done().