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