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