Inherits from
DInternalMap
constructor Create;
constructor CreateFrom(another : DSet);
constructor CreateWith(compare : DComparator);
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);
constructor Create;
constructor CreateFrom(another : DSet);
constructor CreateWith(compare : DComparator);
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);