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 intprivate ConcurrentHashMapUnsafe.Entry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidfindNext()final booleanhasNext()(package private) final ConcurrentHashMapUnsafe.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