private static class LongHashMap.ValueIterator<V> extends LongHashMap.AbstractMapIterator<V> implements java.util.Iterator<V>
associatedMap, currentEntry, expectedModCount, futureEntry, prevEntry| Constructor and Description |
|---|
ValueIterator(LongHashMap<V> map) |
| Modifier and Type | Method and Description |
|---|---|
V |
next() |
checkConcurrentMod, hasNext, makeNext, removeValueIterator(LongHashMap<V> map)