Class ConcurrentReferenceHashMap.HashIterator
java.lang.Object
org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
- Direct Known Subclasses:
ConcurrentReferenceHashMap.CachedEntryIterator,ConcurrentReferenceHashMap.EntryIterator,ConcurrentReferenceHashMap.KeyIterator,ConcurrentReferenceHashMap.ValueIterator
- Enclosing class:
ConcurrentReferenceHashMap<K,V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Kprivate ConcurrentReferenceHashMap.HashEntry<K,V>[] private ConcurrentReferenceHashMap.HashEntry<K, V> private ConcurrentReferenceHashMap.HashEntry<K, V> private intprivate int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nextSegmentIndex
private int nextSegmentIndex -
nextTableIndex
private int nextTableIndex -
currentTable
-
nextEntry
-
lastReturned
-
currentKey
-
-
Constructor Details
-
HashIterator
private HashIterator()
-
-
Method Details
-
advance
final void advance() -
hasMoreElements
public boolean hasMoreElements() -
hasNext
public boolean hasNext() -
nextEntry
ConcurrentReferenceHashMap.HashEntry<K,V> nextEntry() -
remove
public void remove()
-