Interface DoublyLinkedList.NodeIterator<E>

Type Parameters:
E - the list element type
All Superinterfaces:
Iterator<E>
All Known Subinterfaces:
DoublyLinkedList.ListNodeIterator<E>
Enclosing class:
DoublyLinkedList<E>

public static interface DoublyLinkedList.NodeIterator<E> extends Iterator<E>
An extension of the Iterator interface for DoublyLinkedLists exposing their ListNodes.