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