Class ConcurrentHashMap.ValueIterator
- java.lang.Object
-
- org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.HashIterator<V>
-
- org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.ValueIterator
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- ConcurrentHashMap<K,V>
private final class ConcurrentHashMap.ValueIterator extends ConcurrentHashMap.HashIterator<V>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ValueIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
next()
void
remove()
-
Methods inherited from class org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.HashIterator
hasNext, nextEntry, removeByKey, removeByKeyValue
-
-
-
-
Method Detail
-
remove
public void remove()
-
next
public V next()
-
-