I_Hash_Set (Interface)
Interface for a set implemented using a hash table.
Extends: I_Set
Properties
_Bucket_Count
Type: T_Capacity
Number of buckets in the hash set.
Methods
Resize
Returns: I_Hash_Set
Sets the number of buckets in the hash set. Existing items are rehashed and redistributed into the new buckets.
Inputs
Name |
Type |
Description |
|---|---|---|
|
Outputs
Name |
Type |
Description |
|---|---|---|
|
|