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