AvlTreeTKey, TValueEntry Structure |
Namespace: RTMath.Containers
public struct Entry
The AvlTreeTKey, TValueEntry generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AvlTreeTKey, TValueEntry |
Create new AVL tree node.
|
| Name | Description | |
|---|---|---|
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| 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.
|