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