APRlib

HashSetBase Constructor (Int32, Single)

Creates a new hash set with the given capacity.

public HashSetBase(
   int capacity,
   float loadFactor
);

Parameters

capacity
The initial capacity of the hash set.
loadFactor
The load factor of the hash set.

See Also

HashSetBase Class | edu.neu.ccs.demeter.APRlib.Collections Namespace | HashSetBase Constructor Overload List