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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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