Class AbstractLinkedMap.KeySetIterator<K>

    • Method Detail

      • 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