IRedBlackTree<TKey,TValue> Interface

Definition

Delphi
type IRedBlackTree<TKey,TValue> = interface(IBinaryTree<TKey,TValue>)

Type Parameters

TKey
TValue
Inheritance
IInterface
IRedBlackTree<TKey,TValue>
Derived

Properties

Count (Inherited from IBinaryTree)
Height (Inherited from IBinaryTree)
Root (Inherited from IBinaryTree<TKey,TValue>)

Methods