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