Class ConcurrentHashMapUnsafe.KeyIterator
java.lang.Object
ConcurrentHashMapUnsafe<K,V>.org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafe.HashIterator<K>
org.eclipse.collections.impl.map.mutable.ConcurrentHashMapUnsafe.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
ConcurrentHashMapUnsafe<K,V>
private final class ConcurrentHashMapUnsafe.KeyIterator
extends ConcurrentHashMapUnsafe<K,V>.HashIterator<K>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConcurrentHashMapUnsafe.HashIterator
hasNext, nextEntry, removeByKey, removeByKeyValueMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
KeyIterator
private KeyIterator()
-
-
Method Details
-
next
-
remove
public void remove()
-