Click or drag to resize

AvlTreeTKey, TValueAvlTreeIterator Structure

Represents AVL tree iterator.

Namespace:  RTMath.Containers
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public struct AvlTreeIterator

The AvlTreeTKey, TValueAvlTreeIterator generic type exposes the following members.

Constructors
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
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodNext
Gets the next element in sorted order.
Public methodPrevious
Gets the previous element in sorted order.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldStatic memberEmptyIterator
Represents null iterator.
Top
See Also