Class TAvlTree

Unit

Declaration

type TAvlTree = class(TObject)

Description

This item has no description.

Hierarchy

Overview

Methods

Public constructor Create;
Public destructor Destroy; override;
Public procedure Clear;
Public function Find(Key: TKeyType): TExtraData;
Public function Insert(Key: TKeyType; Extra: TExtraData): Boolean;
Public procedure Delete(Key: TKeyType);
Public function Lowest: PData;

Properties

Public property Count: Cardinal read FCount;
Public property OnDelete: TAvlTreeEvent read FOnDelete write FOnDelete;

Description

Methods

Public constructor Create;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public procedure Clear;

This item has no description.

Public function Find(Key: TKeyType): TExtraData;

This item has no description.

Public function Insert(Key: TKeyType; Extra: TExtraData): Boolean;

This item has no description.

Public procedure Delete(Key: TKeyType);

This item has no description.

Public function Lowest: PData;

This item has no description.

Properties

Public property Count: Cardinal read FCount;

This item has no description.

Public property OnDelete: TAvlTreeEvent read FOnDelete write FOnDelete;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.