Click or drag to resize

Entry Fields

The AvlTreeTKey, TValueEntry type exposes the following members.

Fields
  NameDescription
Public field_count
Number of children in the subtree rooted at this node.
Public field_height
Height of this node.
Public field_left
Reference to left child of this node.
Public field_parent
Reference to parent node of this node.
Public field_right
Reference to right child of this node.
Public fieldKey
Search key of this node.
Public fieldValue
Value associated with this node.
Top
See Also