Class ConcurrentHashMap.HashIterator<E>
java.lang.Object
org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.HashIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
ConcurrentHashMap.EntryIterator
,ConcurrentHashMap.KeyIterator
,ConcurrentHashMap.ValueIterator
- Enclosing class:
ConcurrentHashMap<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ConcurrentHashMap.Entry
<K, V> private ConcurrentHashMap.IteratorState
private int
private ConcurrentHashMap.Entry
<K, V> private List
<ConcurrentHashMap.IteratorState> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
findNext()
final boolean
hasNext()
(package private) final ConcurrentHashMap.Entry
<K, V> protected void
protected boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining, next, remove
-
Field Details
-
todo
-
currentState
-
next
-
index
private int index -
current
-
-
Constructor Details
-
HashIterator
protected HashIterator()
-
-
Method Details