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