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