Class AbstractLinkedList.Node<E>

java.lang.Object
org.apache.commons.collections4.list.AbstractLinkedList.Node<E>
Enclosing class:
AbstractLinkedList<E>

protected static class AbstractLinkedList.Node<E> extends 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.