Interface LinkedListIterator<E>

  • All Superinterfaces:
    AutoCloseable, Iterator<E>

    public interface LinkedListIterator<E>
    extends Iterator<E>, AutoCloseable
    A LinkedListIterator This iterator allows the last element to be repeated in the next call to hasNext or next
    • Method Detail

      • repeat

        void repeat()