|
Algorithm Development Kit 1.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectalgs.model.list.Node<E>
E
- underlying parameterization of nodepublic class Node<E>
Node in a singly-linked list.
Constructor Summary | |
---|---|
Node(E e)
Node constructed with value. |
Method Summary | |
---|---|
Node<E> |
next()
Return the next one in the list. |
E |
value()
Return the value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Node(E e)
e
- value to store with node.Method Detail |
---|
public E value()
public Node<E> next()
|
Algorithm Development Kit 1.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |