IBinaryTree<T> Interface

Definition

Delphi
type IBinaryTree<T> = interface(IBinaryTree)

Type Parameters

T
Inheritance
IInterface
IBinaryTree<T>
Derived

Properties

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

Methods