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