Class AbstractLinkedMap.ValuesIterator<V>

    • Method Detail

      • next

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

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