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