Class ConcurrentHashMapUnsafe.EntryIterator
java.lang.Object
ConcurrentHashMapUnsafe<K,V>.org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafe.HashIterator<Map.Entry<K,V>>
org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafe.EntryIterator
- Enclosing class:
ConcurrentHashMapUnsafe<K,
V>
private final class ConcurrentHashMapUnsafe.EntryIterator
extends ConcurrentHashMapUnsafe<K,V>.HashIterator<Map.Entry<K,V>>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafe.HashIterator
hasNext, nextEntry, removeByKey, removeByKeyValue
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
-
Constructor Details
-
EntryIterator
private EntryIterator()
-
-
Method Details
-
next
-
remove
public void remove()
-