Class ConcurrentHashMapUnsafe.HashIterator<E>
java.lang.Object
org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafe.HashIterator<E>
- All Implemented Interfaces:
Iterator<E>
- Direct Known Subclasses:
ConcurrentHashMapUnsafe.EntryIterator
,ConcurrentHashMapUnsafe.KeyIterator
,ConcurrentHashMapUnsafe.ValueIterator
- Enclosing class:
ConcurrentHashMapUnsafe<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ConcurrentHashMapUnsafe.Entry
<K, V> private int
private ConcurrentHashMapUnsafe.Entry
<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
findNext()
final boolean
hasNext()
(package private) final ConcurrentHashMapUnsafe.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