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