TRedBlackTree<T> Class

Definition

Delphi
type TRedBlackTree<T> = class(TRedBlackTreeBase<T>)

Type Parameters

T
Inheritance
Implements

Constructors

Properties

Capacity (Inherited from TRedBlackTreeBase<T>)
Comparer (Inherited from TBinaryTree)
Count (Inherited from TRedBlackTreeBase<T>)
RefCount (Inherited from TRefCountedObject)
Root (Inherited from TBinaryTree)

Methods

Fields

fComparer (Inherited from TBinaryTree)
fCount (Inherited from TBinaryTree)
fRefCount (Inherited from TRefCountedObject)
fRoot (Inherited from TBinaryTree)