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