Creates a new hash set collection.
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);
HashSetBase Class | edu.neu.ccs.demeter.APRlib.Collections Namespace