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