Class AbstractLinkedMap.ValuesIterator<V>

    • Method Detail

      • next

        public V next()
      • 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