Use the given allocator for allocations.
Initializes the hash set with the given initial capacity.
Initializes the hash set with the given initial capacity.
A destructor is present on this object, but not explicitly documented in the source.
Disallow copy construction
Inserts the given item into the set.
Removes all items from the hash set.
Inserts the given item into the set.
Inserts the given item into the set.
the element type of the hash set
the allocator to use. Defaults to Mallocator.
the hash function to use
if true, calls to GC.addRange and GC.removeRange will be used to ensure that the GC does not accidentally free memory owned by this container.
Simple open-addressed hash set that uses linear probing to resolve sollisions.