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