Class DoublyLinkedList.ListNodeIteratorImpl

java.lang.Object
org.jgrapht.util.DoublyLinkedList.ListNodeIteratorImpl
All Implemented Interfaces:
Iterator<E>, ListIterator<E>, DoublyLinkedList.ListNodeIterator<E>, DoublyLinkedList.NodeIterator<E>
Enclosing class:
DoublyLinkedList<E>

private class DoublyLinkedList.ListNodeIteratorImpl extends Object implements DoublyLinkedList.ListNodeIterator<E>
An implementation of the DoublyLinkedList.ListNodeIterator interface.