Interface DoublyLinkedList.ListNodeIterator<E>

Type Parameters:
E - the list element type
All Superinterfaces:
DoublyLinkedList.NodeIterator<E>, Iterator<E>, ListIterator<E>
Enclosing class:
DoublyLinkedList<E>

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