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