Class DoublyLinkedList.ListNodeImpl<V>

java.lang.Object
org.jgrapht.util.DoublyLinkedList.ListNodeImpl<V>
All Implemented Interfaces:
DoublyLinkedList.ListNode<V>
Enclosing class:
DoublyLinkedList<E>

private static class DoublyLinkedList.ListNodeImpl<V> extends Object implements DoublyLinkedList.ListNode<V>
The default DoublyLinkedList.ListNode implementation that enables checks and enforcement of a single container list policy.