final class LongConcurrentHashMap.MapIterator extends LongConcurrentHashMap.HashIterator implements LongMap.LongMapIterator<V>
| Modifier and Type | Field and Description |
|---|---|
private long |
key |
private V |
value |
currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex| Constructor and Description |
|---|
MapIterator() |
| Modifier and Type | Method and Description |
|---|---|
long |
key() |
boolean |
moveToNext() |
V |
value() |
advance, hasNext, nextEntry, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitremoveprivate long key
private V value
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>