Class AbstractListIterator<T>

    • Constructor Detail

      • AbstractListIterator

        public AbstractListIterator()
    • Method Detail

      • hasPrevious

        public final boolean hasPrevious()
      • previous

        public final T previous()
      • computePreviousElement

        protected abstract java.lang.Object computePreviousElement()
        Returns the previous iteration element, or AbstractIterator.END_OF_DATA if the start of the iteration has been reached.