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