final class CustomConcurrentHashMap.EntryIterator extends CustomConcurrentHashMap.HashIterator implements java.util.Iterator<java.util.Map.Entry<K,V>>
currentTable, lastKey, nextKey, nextNode, nextSegmentIndex, nextTableIndex, nextValue
Constructor and Description |
---|
CustomConcurrentHashMap.EntryIterator() |
Modifier and Type | Method and Description |
---|---|
java.util.Map.Entry<K,V> |
next() |
advance, hasNext, nextEntry, nextKey, nextValue, remove