Class TIndexedAVLTree
Unit
Generics.Collections
Declaration
type TIndexedAVLTree<T> = class(TIndexedAVLTreeMap<T,TEmptyRecord>)
Description
No description available, ancestor TIndexedAVLTreeMap description follows No description available, ancestor TCustomAVLTreeMap description follows Hierarchy
Overview
Internal Types
Methods
 |
function Add(constref AValue: T): PNode; reintroduce; inline; |
 |
function AddNode(ANode: PNode): boolean; reintroduce; inline; |
Properties
Description
Internal Types
Methods
 |
function Add(constref AValue: T): PNode; reintroduce; inline; |
|
 |
function AddNode(ANode: PNode): boolean; reintroduce; inline; |
|
Properties
 |
property OnKeyNotify; |
|
 |
property OnValueNotify; |
|
Generated by PasDoc 0.15.0.
|