|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgoldman.collection.positional.SinglyLinkedList.ListItem<E>
goldman.collection.positional.DoublyLinkedList.DLListItem<E>
protected static class DoublyLinkedList.DLListItem<E>
Method Summary | |
---|---|
protected void |
setNext(SinglyLinkedList.ListItem<E> next)
|
Methods inherited from class goldman.collection.positional.SinglyLinkedList.ListItem |
---|
moveNextAfter, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
protected void setNext(SinglyLinkedList.ListItem<E> next)
setNext
in class SinglyLinkedList.ListItem<E>
next
- the value to
update the next
reference
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |