next
One of:
the real successor Node
this Node, meaning the successor is head.next
null, meaning there is no successor (this is the last node)
One of:
the real successor Node
this Node, meaning the successor is head.next
null, meaning there is no successor (this is the last node)