Class AbstractLinkedMap.ValuesIterator

java.lang.Object
org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
org.apache.commons.collections.map.AbstractLinkedMap.ValuesIterator
All Implemented Interfaces:
Iterator, OrderedIterator, ResettableIterator
Enclosing class:
AbstractLinkedMap

protected static class AbstractLinkedMap.ValuesIterator extends AbstractLinkedMap.LinkIterator
Values iterator.
  • Constructor Details

  • Method Details

    • next

      public Object next()
    • previous

      public Object previous()
      Description copied from interface: OrderedIterator
      Gets the previous element from the collection.
      Returns:
      the previous element in the iteration