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.IteratorStateprivate intprivate ConcurrentHashMap.Entry<K, V> private List<ConcurrentHashMap.IteratorState> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidfindNext()final booleanhasNext()(package private) final ConcurrentHashMap.Entry<K, V> protected voidprotected booleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, next, remove
-
Field Details
-
todo
-
currentState
-
next
-
index
private int index -
current
-
-
Constructor Details
-
HashIterator
protected HashIterator()
-
-
Method Details
-
findNext
private void findNext() -
hasNext
-
nextEntry
-
removeByKey
protected void removeByKey() -
removeByKeyValue
protected boolean removeByKeyValue()
-