TRedBlackTree Class
Definition
Delphi
type TRedBlackTree = class(TBinaryTree)
- Inheritance
- Derived
Constructors
Properties
| Comparer | (Inherited from TBinaryTree) |
| Count | (Inherited from TBinaryTree) |
| RefCount | (Inherited from TRefCountedObject) |
| Root | (Inherited from TBinaryTree) |
Methods
| AfterConstruction | (Inherited from TRefCountedObject) |
| AsObject | (Inherited from TRefCountedObject) |
| BeforeDestruction | (Inherited from TRefCountedObject) |
| Clear | |
| GetCount | (Inherited from TBinaryTree) |
| GetHeight | (Inherited from TBinaryTree) |
| GetInterface(TGuid, Void) | (Inherited from TRefCountedObject) |
| GetRoot | (Inherited from TBinaryTree) |
| NewInstance | (Inherited from TRefCountedObject) |
| QueryInterface(TGuid, Void) | (Inherited from TRefCountedObject) |
| _AddRef | (Inherited from TRefCountedObject) |
| _Release | (Inherited from TRefCountedObject) |
Fields
| fComparer | (Inherited from TBinaryTree) |
| fCount | (Inherited from TBinaryTree) |
| fRefCount | (Inherited from TRefCountedObject) |
| fRoot | (Inherited from TBinaryTree) |