G N S

G

getData() - Method in class Node
Gets the data stored in the node.
getNext() - Method in class Node
Gets the next node.

N

Node - Class in <Unnamed>
 
Node(String, Node) - Constructor for class Node
Creates a node with the given data, and the given next node.

S

setNext(Node) - Method in class Node
Sets the next node.

G N S