Class DSet (unit SDL)

Inherits from

DInternalMap

Constructors


constructor Create;


constructor CreateFrom(another : DSet);


constructor CreateWith(compare : DComparator);



Functions

function includes(obj : array of const) : Boolean;

Returns true if ALL the specified objects are in the set.

procedure _add(const obj : DObject);


function _includes(const obj : DObject) : Boolean;

Returns true if the specified object is in the set.

procedure _putAt(const key, value : DObject);


Properties

Events

Variables


Constructors


constructor Create;


constructor CreateFrom(another : DSet);


constructor CreateWith(compare : DComparator);


Functions


function includes(obj : array of const) : Boolean;

Returns true if ALL the specified objects are in the set.


procedure _add(const obj : DObject);


function _includes(const obj : DObject) : Boolean;

Returns true if the specified object is in the set.


procedure _putAt(const key, value : DObject);


Properties


Events


Variables