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