public static class SortedIntList.Node<E>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
index
Index value in list
|
protected SortedIntList.Node<E> |
n
Node next to this
|
protected SortedIntList.Node<E> |
p
Node previous to this
|
E |
value
Value held
|
Constructor and Description |
---|
Node() |
protected SortedIntList.Node<E> p
protected SortedIntList.Node<E> n
public E value
public int index