AvlTreeTKey, TValue Methods |
The AvlTreeTKey, TValue generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Add |
Adds element into the tree.
|
![]() | ContainsKey |
Finds whether tree contains required key.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GreaterOrEqualIterator |
Finds iterator which points to the smallest element greater or equal than specified key.
|
![]() | LessOrEqualIterator |
Finds iterator which points to the greatest element less or equal than specified key.
|
![]() | OrderStatisticIterator |
Finds iterator at the specified position in the sorted order.
|
![]() | QuantileIterator |
Finds iterator which is greater than specified percentile elements in the tree.
|
![]() | Remove |
Removes item with specified key.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |