IBinaryTree<TKey,TValue> Interface

Definition

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

Type Parameters

TKey
TValue
Inheritance
IInterface
IBinaryTree<TKey,TValue>
Derived

Properties

Count (Inherited from IBinaryTree)
Height (Inherited from IBinaryTree)
Root

Methods