Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TPointerToPointerTree = class(TObject)
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
function Contains(const Key: Pointer): Boolean; |
![]() |
function GetFirst(out Key, Value: Pointer): Boolean; |
![]() |
function GetLast(out Key, Value: Pointer): Boolean; |
![]() |
function GetNext(const Key: Pointer; out NextKey, NextValue: Pointer): Boolean; |
![]() |
function GetPrev(const Key: Pointer; out PrevKey, PrevValue: Pointer): Boolean; |
![]() |
property Count: Integer read GetCount; |
![]() |
property Values[const Key: Pointer]: Pointer read GetValues write SetValues; |
![]() |
property Tree: TAvgLvlTree read FItems; |
![]() |
constructor Create; |
![]() |
destructor Destroy; override; |
![]() |
procedure Clear; |
![]() |
function Contains(const Key: Pointer): Boolean; |
![]() |
function GetFirst(out Key, Value: Pointer): Boolean; |
![]() |
function GetLast(out Key, Value: Pointer): Boolean; |
![]() |
function GetNext(const Key: Pointer; out NextKey, NextValue: Pointer): Boolean; |
![]() |
function GetPrev(const Key: Pointer; out PrevKey, PrevValue: Pointer): Boolean; |
![]() |
property Count: Integer read GetCount; |
![]() |
property Values[const Key: Pointer]: Pointer read GetValues write SetValues; |
![]() |
property Tree: TAvgLvlTree read FItems; |