Class AbstractLinkedList.Node<E>

  • Enclosing class:
    AbstractLinkedList<E>

    protected static class AbstractLinkedList.Node<E>
    extends java.lang.Object
    A node within the linked list.

    From Commons Collections 3.1, all access to the value property is via the methods on this class.