Interface TListIterator<E>

Type Parameters:
E -
All Superinterfaces:
TIterator<E>

public interface TListIterator<E> extends TIterator<E>
  • Method Details

    • hasPrevious

      boolean hasPrevious()
    • previous

      E previous()
    • nextIndex

      int nextIndex()
    • previousIndex

      int previousIndex()
    • set

      void set(E e)
    • add

      void add(E e)