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
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
Enclosing class:
ConcurrentHashMapUnsafe<K,V>

private final class ConcurrentHashMapUnsafe.EntryIterator extends ConcurrentHashMapUnsafe<K,V>.HashIterator<Map.Entry<K,V>>
  • Constructor Details

    • EntryIterator

      private EntryIterator()
  • Method Details

    • next

      public Map.Entry<K,V> next()
    • remove

      public void remove()