TRedBlackTree<TKey,TValue> Class

Definition

Delphi
type TRedBlackTree<TKey,TValue> = class(TRedBlackTreeBase<TKey,TValue>)

Type Parameters

TKey
TValue
Inheritance
Implements

Constructors

Properties

Capacity (Inherited from TRedBlackTreeBase<TKey,TValue>)
Comparer (Inherited from TBinaryTree)
Count (Inherited from TRedBlackTreeBase<TKey,TValue>)
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)