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