Class AbstractHashedMap.ValuesIterator<V>

java.lang.Object
org.apache.commons.collections4.map.AbstractHashedMap.HashIterator<Object,V>
org.apache.commons.collections4.map.AbstractHashedMap.ValuesIterator<V>
Type Parameters:
V - the type of elements maintained by this collection
All Implemented Interfaces:
Iterator<V>
Enclosing class:
AbstractHashedMap<K,V>

protected static class AbstractHashedMap.ValuesIterator<V> extends AbstractHashedMap.HashIterator<Object,V> implements Iterator<V>
Values iterator.
  • Constructor Details

    • ValuesIterator

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

    • next

      public V next()
      Specified by:
      next in interface Iterator<V>