private static class LongHashMap.EntryIterator<V> extends LongHashMap.AbstractMapIterator<V> implements LongMap.LongMapIterator<V>
associatedMap, currentEntry, expectedModCount, futureEntry, prevEntry| Constructor and Description |
|---|
EntryIterator(LongHashMap<V> map) |
| Modifier and Type | Method and Description |
|---|---|
long |
key() |
boolean |
moveToNext() |
V |
value() |
checkConcurrentMod, hasNext, makeNext, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveEntryIterator(LongHashMap<V> map)
public boolean moveToNext()
moveToNext in interface LongMap.LongMapIterator<V>public long key()
key in interface LongMap.LongMapIterator<V>public V value()
value in interface LongMap.LongMapIterator<V>