Class AbstractHashedMap.EntrySetIterator<K,V>

java.lang.Object
org.apache.commons.collections4.map.AbstractHashedMap.HashIterator<K,V>
org.apache.commons.collections4.map.AbstractHashedMap.EntrySetIterator<K,V>
Type Parameters:
K - the type of the keys in the map
V - the type of the values in the map
All Implemented Interfaces:
Iterator<Map.Entry<K,V>>
Enclosing class:
AbstractHashedMap<K,V>

protected static class AbstractHashedMap.EntrySetIterator<K,V> extends AbstractHashedMap.HashIterator<K,V> implements Iterator<Map.Entry<K,V>>
EntrySet iterator.
  • Constructor Details

    • EntrySetIterator

      protected EntrySetIterator(AbstractHashedMap<K,V> parent)
      Constructs a new instance.
      Parameters:
      parent - The parent map.
  • Method Details