Click or drag to resize

AvlTree<TKey, TValue> Properties

The AvlTree<TKey, TValue> generic type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of elements in tree.
Public propertyFirst
Returns iterator which points to the first element in the tree.
Public propertyItem[Double]
Finds iterator which is greater than specified percentile elements in the tree.
Public propertyItem[Int32]
Finds iterator at the specified position in the sorted order.
Public propertyLast
Returns iterator which points to the last element in the tree.
Top
See Also