protected class UnifiedMapWithHashingStrategy.EntrySetIterator extends UnifiedMapWithHashingStrategy.PositionalIterator<java.util.Map.Entry<K,V>>
chainPosition, count, lastReturned, position| Modifier | Constructor and Description |
|---|---|
protected |
UnifiedMapWithHashingStrategy.EntrySetIterator(java.lang.ref.WeakReference<UnifiedMapWithHashingStrategy<K,V>> holder) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map.Entry<K,V> |
next() |
protected java.util.Map.Entry<K,V> |
nextFromChain() |
hasNext, remove, removeFromChain, removeLastFromChainprotected UnifiedMapWithHashingStrategy.EntrySetIterator(java.lang.ref.WeakReference<UnifiedMapWithHashingStrategy<K,V>> holder)