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