Unit 'ghashmap' Package
[Overview][Constants][Classes][Index] [#fcl-stl]

THashmap

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: ghashmap.pp line 68

type generic THashmap <TKey,TValue,Thash>= class

public

type

  TPair = record

  Value: TValue;

  Key: TKey;

end;

  TIterator = TIterator;

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;

Inheritance

THashmap

|

TObject


Documentation generated on: 2023-03-18