APRlib

HashSetBase Constructor (Int32)

Creates a new hash set with the given capacity.

public HashSetBase(
   int capacity
);

Parameters

capacity
The initial capacity of the hash set.

See Also

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