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