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