E - Element type.private static class ScopedList.Node<E>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) ScopedList.Node<E> |
next
Next node
|
(package private) ScopedList.Node<E> |
previous
Previous node
|
(package private) E |
value
Contained element
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Get a string representation of the node, primarily for debugging purposes.
|
final E value
ScopedList.Node<E> previous
ScopedList.Node<E> next
Node(E value)
value - Contained element.public java.lang.String toString()
toString in class java.lang.Object