Interface DoublyLinkedList.ListNodeIterator<E>

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

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