Class ConcurrentHashMap.ValueIterator
java.lang.Object
ConcurrentHashMap<K,V>.org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.HashIterator<V>
org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
ConcurrentHashMap<K,V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConcurrentHashMap.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
-
ValueIterator
private ValueIterator()
-
-
Method Details
-
remove
public void remove() -
next
-