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