Obtains the next node in the tree to which this node is associated, skipping key duplicates.
the next node with a unique key or null if this is the last.
See Implementation
Obtains the next node in the tree to which this node is associated, skipping key duplicates.