Click or drag to resize

AvlTreeTKey, TValue Properties

The AvlTreeTKey, 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 propertyItemDouble
Finds iterator which is greater than specified percentile elements in the tree.
Public propertyItemInt32
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