[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: PasVulkan.Collections.pas line 665
type generic TpvGenericSkipList <TKey,TValue>= class |
||
public |
||
type |
||
|
||
|
||
TNodeArray = array of TNode; |
|
|
TRandomGeneratorState = record |
|
|
State: TpvUInt64; |
|
|
Increment: TpvUInt64; |
|
|
end; |
||
public |
||
constructor Create(); |
|
|
destructor Destroy; override; |
|
|
function GetNearestPair(); |
|
|
function GetNearestKey(); |
|
|
function GetNearestValue(); |
|
|
function Get(); |
|
|
function GetPair(); |
|
|
function GetValue(); |
|
|
procedure SetValue(); |
|
|
procedure Delete(); |
|
|
function GetEnumerator; |
|
|
property FirstPair: TPair; [r] |
|
|
property LastPair: TPair; [r] |
|
|
property Values []: TValue; default; [rw] |
|
|
end; |
|
||
| | ||
TObject |
CT Web help |
CodeTyphon Studio |