IBinaryTree<T> Interface
Definition
Delphi
type IBinaryTree<T> = interface(IBinaryTree)
Type Parameters
- T
- Inheritance
- Derived
Properties
| Count | (Inherited from IBinaryTree) |
| Height | (Inherited from IBinaryTree) |
| Root |
Methods
| Add(T) | |
| Clear | |
| Delete(T) | |
| Exists(T) | |
| Find(T, T) | |
| GetCount | (Inherited from IBinaryTree) |
| GetEnumerator | |
| GetHeight | (Inherited from IBinaryTree) |
| GetRoot | |
| ToArray |