Class TAVLTree

Unit

Declaration

type TAVLTree<T> = class(TAVLTreeMap<T,TEmptyRecord>)

Description

No description available, ancestor TAVLTreeMap description follows
No description available, ancestor TCustomAVLTreeMap description follows

Hierarchy

Overview

Internal Types

Public TItemEnumerator = TKeyEnumerator;

Methods

Public function Add(constref AValue: T): PNode; reintroduce; inline;
Public function AddNode(ANode: PNode): boolean; reintroduce; inline;

Properties

Protected property OnKeyNotify;
Protected property OnValueNotify;
Public property OnNotify: TCollectionNotifyEvent<T> read FOnKeyNotify write FOnKeyNotify;

Description

Internal Types

Public TItemEnumerator = TKeyEnumerator;
 

Methods

Public function Add(constref AValue: T): PNode; reintroduce; inline;
 
Public function AddNode(ANode: PNode): boolean; reintroduce; inline;
 

Properties

Protected property OnKeyNotify;
 
Protected property OnValueNotify;
 
Public property OnNotify: TCollectionNotifyEvent<T> read FOnKeyNotify write FOnKeyNotify;
 

Generated by PasDoc 0.15.0.