Entry Fields |
The AvlTreeTKey, TValueEntry type exposes the following members.
Name | Description | |
---|---|---|
![]() | _count |
Number of children in the subtree rooted at this node.
|
![]() | _height |
Height of this node.
|
![]() | _left |
Reference to left child of this node.
|
![]() | _parent |
Reference to parent node of this node.
|
![]() | _right |
Reference to right child of this node.
|
![]() | Key |
Search key of this node.
|
![]() | Value |
Value associated with this node.
|