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;


constructor CreateFrom(another : DMap);


constructor CreateWith(compare : DComparator);



Functions

function usesPairs : Boolean;


Properties

Events

Variables


Constructors


constructor Create;


constructor CreateFrom(another : DMap);


constructor CreateWith(compare : DComparator);


Functions


function usesPairs : Boolean;


Properties


Events


Variables