|
BalanceFactor
|
Specifies the balance factor.
Note
|
The height balanced tree maintains the BalanceFactor property.
|
|
|
Left
|
* Specifies the left child of the current node.
|
|
Owner
|
Returns the height-balanced tree that this node belongs to.
|
|
Parent
|
Returns the parent node of the current node or nil if this is the top node in the tree.
|
|
Priority
|
Returns the priority of the node.
|
|
Right
|
* Specifies the right child of the current node.
|