Class DMap (unit SDL)

Inherits from

DInternalMap

Maps associate a key with a value. If no comparator is supplied during construction, the hashComparator is used...making a hash map.

Constructors


constructor Create; override;

Creates this container using the default comparator (DObjectComparator).

constructor CreateFrom(another : DMap);


constructor CreateWith(compare : DComparator); override;

Creates this container using the specified comparator for ordering elements.


Functions

function usesPairs : Boolean; override;

Does this container use pairs?

Properties

Events

Variables


Constructors


constructor Create; override;

Creates this container using the default comparator (DObjectComparator).


constructor CreateFrom(another : DMap);


constructor CreateWith(compare : DComparator); override;

Creates this container using the specified comparator for ordering elements.


Functions


function usesPairs : Boolean; override;

Does this container use pairs?


Properties


Events


Variables