Optional
Get the next node.
TreeNode about the next node.
Get the pre node.
TreeNode about the pre node.
Rotate _left and do recount.
TreeNode about moved to original position after rotation.
Rotate _right and do recount.
Generated using TypeDoc
Description
Get the next node.
Returns
TreeNode about the next node.