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