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>

private final class ConcurrentHashMap.ValueIterator extends ConcurrentHashMap<K,V>.HashIterator<V>
  • Constructor Details

    • ValueIterator

      private ValueIterator()
  • Method Details

    • remove

      public void remove()
    • next

      public V next()