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