Class AbstractLinkedMap.EntrySetIterator

java.lang.Object
org.apache.commons.collections.map.AbstractLinkedMap.LinkIterator
org.apache.commons.collections.map.AbstractLinkedMap.EntrySetIterator
All Implemented Interfaces:
Iterator, OrderedIterator, ResettableIterator
Direct Known Subclasses:
AbstractLinkedMap.KeySetIterator
Enclosing class:
AbstractLinkedMap

protected static class AbstractLinkedMap.EntrySetIterator extends AbstractLinkedMap.LinkIterator
EntrySet 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