Class ConcurrentHashMap.KeyIterator

java.lang.Object
ConcurrentHashMap<K,V>.org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.HashIterator<K>
org.eclipse.collections.impl.map.mutable.ConcurrentHashMap.KeyIterator
All Implemented Interfaces:
Iterator<K>
Enclosing class:
ConcurrentHashMap<K,V>

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

    • KeyIterator

      private KeyIterator()
  • Method Details

    • next

      public K next()
    • remove

      public void remove()