Class AbstractLinkedMap.LinkIterator

    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator
      • hasPrevious

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

        public void remove()
        Specified by:
        remove in interface java.util.Iterator
      • reset

        public void reset()
        Description copied from interface: ResettableIterator
        Resets the iterator back to the position at which the iterator was created.
        Specified by:
        reset in interface ResettableIterator
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object