private class WeakConcurrentMap.EntryIterator
extends java.lang.Object
implements java.util.Iterator<java.util.Map.Entry<K,V>>
Modifier and Type | Field and Description |
---|---|
private java.util.Iterator<java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V>> |
iterator |
private java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V> |
nextEntry |
private K |
nextKey |
Modifier | Constructor and Description |
---|---|
private |
EntryIterator(java.util.Iterator<java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V>> iterator) |
Modifier and Type | Method and Description |
---|---|
private void |
findNext() |
boolean |
hasNext() |
java.util.Map.Entry<K,V> |
next() |
void |
remove() |
private final java.util.Iterator<java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V>> iterator
private java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V> nextEntry
private K nextKey
private EntryIterator(java.util.Iterator<java.util.Map.Entry<WeakConcurrentMap.WeakKey<K>,V>> iterator)