Interface DoublyLinkedList.NodeIterator<E>

    • Method Detail

      • next

        default E next()
        Specified by:
        next in interface java.util.Iterator<E>