Returns the next valued node in the tree.
You should never call this on the marker node, as it is assumed that there is a valid next node.
See Implementation
Returns the next valued node in the tree.
You should never call this on the marker node, as it is assumed that there is a valid next node.