Class ObjectIterators.UnmodifiableListIterator<K>

    • Constructor Detail

    • Method Detail

      • hasNext

        public boolean hasNext()
      • next

        public K next()
      • previous

        public K previous()
        Description copied from interface: BidirectionalIterator
        Returns the previous element from the collection.
        Returns:
        the previous element from the collection.
        See Also:
        ListIterator.previous()
      • nextIndex

        public int nextIndex()
      • previousIndex

        public int previousIndex()