[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ghashmap.pp line 74
type generic THashmap <TKey,TValue,Thash>= class  | 
public  | 
type  | 
TPair = record  | 
Value: TValue;  | 
Key: TKey;  | 
end;  | 
public  | 
constructor Create;  | 
destructor Destroy; override;  | 
procedure insert();  | 
function contains();  | 
function Size;  | 
procedure delete();  | 
procedure erase();  | 
function IsEmpty;  | 
function GetData();  | 
function GetValue();  | 
function Iterator;  | 
function getenumerator;  | 
property Items []: TValue; default; [rw]  | 
end;  | 
| | | 
TObject  |