AvlTree<TKey, TValue> Properties |
The AvlTree<TKey, TValue> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count |
Number of elements in tree.
|
![]() | First |
Returns iterator which points to the first element in the tree.
|
![]() | Item[Double] |
Finds iterator which is greater than specified percentile elements in the tree.
|
![]() | Item[Int32] |
Finds iterator at the specified position in the sorted order.
|
![]() | Last |
Returns iterator which points to the last element in the tree.
|