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