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