Class AbstractLinkedMap.ValuesIterator<V>

java.lang.Object
org.apache.openjpa.lib.util.collections.AbstractLinkedMap.LinkIterator<Object,V>
org.apache.openjpa.lib.util.collections.AbstractLinkedMap.ValuesIterator<V>
All Implemented Interfaces:
Iterator<V>, OrderedIterator<V>, ResettableIterator<V>
Enclosing class:
AbstractLinkedMap<K,V>

protected static class AbstractLinkedMap.ValuesIterator<V> extends AbstractLinkedMap.LinkIterator<Object,V> implements OrderedIterator<V>, ResettableIterator<V>
Values iterator.
  • Constructor Details

  • Method Details

    • next

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

      public V previous()
      Description copied from interface: OrderedIterator
      Gets the previous element from the container.
      Specified by:
      previous in interface OrderedIterator<V>
      Returns:
      the previous element in the iteration