Class DHashSet (unit SDL)

Inherits from

DInternalHash

Constructors


constructor Create; override;

Creates this container using the default comparator (DObjectComparator).

constructor CreateFrom(another : DHashSet);


constructor CreateWith(compare : DComparator); override;

Creates this container using the specified comparator for ordering elements.


Functions

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


function _includes(const obj : DObject) : Boolean; virtual;


Properties

Events

Variables


Constructors


constructor Create; override;

Creates this container using the default comparator (DObjectComparator).


constructor CreateFrom(another : DHashSet);


constructor CreateWith(compare : DComparator); override;

Creates this container using the specified comparator for ordering elements.


Functions


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


function _includes(const obj : DObject) : Boolean; virtual;


Properties


Events


Variables