public static class SortedIntList.Node<E>
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
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
|
| 构造器和说明 |
|---|
SortedIntList.Node() |
protected SortedIntList.Node<E> p
protected SortedIntList.Node<E> n
public E value
public int index