Provides extension methods for hash maps.
| Method | Description |
|---|---|
| GetUniqueKeyArray | Returns an array populated with the unique keys from this multi hash map. |
| GetUnsafeBucketData | Returns a "bucket" view of this hash map. |
| Remove | Removes all occurrences of a particular key-value pair. |
| Unique | Removes duplicate values from this sorted array and returns the number of values remaining. |