Class tcacheavltree

Unit

Declaration

type tcacheavltree = class(tint64avltree)

Description

This item has no description.

Hierarchy

Overview

Methods

Protected procedure addnode(const anode: tcachenode);
Protected function find(const akey: tcachenode; out anode: tcachenode): boolean; overload;
Public procedure clear; overload; override;
Public procedure removenode(const anode: tcachenode);

Properties

Public property maxsize: integer read fmaxsize write setmaxsize;
Public property size: integer read fsize;

Description

Methods

Protected procedure addnode(const anode: tcachenode);

This item has no description.

Protected function find(const akey: tcachenode; out anode: tcachenode): boolean; overload;

This item has no description.

Public procedure clear; overload; override;

This item has no description.

Public procedure removenode(const anode: tcachenode);

This item has no description.

Properties

Public property maxsize: integer read fmaxsize write setmaxsize;

This item has no description.

Public property size: integer read fsize;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.