private final class UnlockedReadHashMap.EntryIterator
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<K,V>>
Modifier and Type | Field and Description |
---|---|
private int |
itemIdx |
private UnlockedReadHashMap.Item<K,V> |
next |
private java.util.concurrent.atomic.AtomicReferenceArray<UnlockedReadHashMap.Item<K,V>[]> |
table |
private int |
tableIdx |
Modifier | Constructor and Description |
---|---|
private |
EntryIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
java.util.Map.Entry<K,V> |
next() |
void |
remove() |
private final java.util.concurrent.atomic.AtomicReferenceArray<UnlockedReadHashMap.Item<K,V>[]> table
private int tableIdx
private int itemIdx
private UnlockedReadHashMap.Item<K,V> next