Click or drag to resize

AvlTreeIterator Properties

The AvlTreeTKey, TValueAvlTreeIterator type exposes the following members.

Properties
  NameDescription
Public propertyKey
Search key of the current node.
Public propertyPosition
Returns position of the current node in sorted order.
Public propertyValid
Returns true if iterator points to valid node.
Public propertyValue
Value associated with the current node.
Top
See Also