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