|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBiList.Node<E>
private static class BiList.Node<E>
Field Summary | |
---|---|
(package private) E |
item
|
(package private) BiList.Node<E> |
pred
|
(package private) BiList.Node<E> |
succ
|
Constructor Summary | |
---|---|
BiList.Node()
|
|
BiList.Node(E i,
BiList.Node<E> p,
BiList.Node<E> s)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
E item
BiList.Node<E> pred
BiList.Node<E> succ
Constructor Detail |
---|
BiList.Node(E i, BiList.Node<E> p, BiList.Node<E> s)
BiList.Node()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |