APRlib

HashSetBase Constructor

Creates a new hash set collection.

Overload List

Creates a new hash set collection.

public HashSetBase();

Creates a new hash set collection.

public HashSetBase(ICollection);

Creates a new hash set with the given capacity.

public HashSetBase(int);

Creates a new hash set with the given capacity.

public HashSetBase(int,float);

See Also

HashSetBase Class | edu.neu.ccs.demeter.APRlib.Collections Namespace