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