Class AbstractLinkedListJava21.Node<E>

  • Type Parameters:
    E - the type of the node value.
    Enclosing class:
    AbstractLinkedListJava21<E>

    protected static class AbstractLinkedListJava21.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.