|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectNode<E>
public class Node<E>
Constructor Summary | |
---|---|
Node(E data,
Node<E> next)
|
Method Summary | |
---|---|
E |
getData()
|
Node<E> |
getNext()
|
void |
setNext(Node<E> next)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Node(E data, Node<E> next)
Method Detail |
---|
public E getData()
public Node<E> getNext()
public void setNext(Node<E> next)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |