Optional
count: numberProtected
_countProtected
_familyProtected
_heightProtected
_idProtected
Optional
_leftProtected
_parentProtected
Optional
_rightProtected
_valThe method is returning a new instance of the AVLTreeNode class with the same id, val, and count values as the current instance.
Generated using TypeDoc
The function overrides the clone method of the AVLTreeNode class to create a new AVLTreeNode object with the same id, value, and count.