Class AbstractLinkedMap.KeySetIterator<K>

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

protected static class AbstractLinkedMap.KeySetIterator<K> extends AbstractLinkedMap.LinkIterator<K,Object> implements OrderedIterator<K>, ResettableIterator<K>
KeySet iterator.
  • Constructor Details

  • Method Details

    • next

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

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