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