- Type Parameters:
E
- the list element type
- All Superinterfaces:
java.util.Iterator<E>
- All Known Subinterfaces:
DoublyLinkedList.ListNodeIterator<E>
- Enclosing class:
- DoublyLinkedList<E>
public static interface DoublyLinkedList.NodeIterator<E>
extends java.util.Iterator<E>
-
Method Summary
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Method Details
-
- Specified by:
next
in interface java.util.Iterator<E>
-
- Returns:
- the next
ListNode
- See Also:
ListIterator.next()