I_Hash_Map (Interface)

Interface for a set implemented using a hash table.

Extends: I_Map

Properties

_Bucket_Count

Type: T_Capacity

Number of buckets in the hash map.

Methods

Resize

Returns: I_Hash_Map

Sets the number of buckets in the hash map. Existing items are rehashed and redistributed into the new buckets.

Inputs

Name

Type

Description

Count

T_Capacity

Outputs

Name

Type

Description

bSuccess

BOOL