Interface OrderedMapIterator

    • Method Detail

      • hasPrevious

        boolean hasPrevious()
        Deprecated.
        Checks to see if there is a previous entry that can be iterated to.
        Specified by:
        hasPrevious in interface OrderedIterator
        Returns:
        true if the iterator has a previous element
      • previous

        java.lang.Object previous()
        Deprecated.
        Gets the previous key from the Map.
        Specified by:
        previous in interface OrderedIterator
        Returns:
        the previous key in the iteration
        Throws:
        java.util.NoSuchElementException - if the iteration is finished