public interface Node
for a base implementation
Node
getNext()
void
setNext(Node next)
void setNext(Node next)
Node getNext()