| Method |
Description |
| Add |
Adds a new key-value pair.
|
| AsParallelWriter |
Returns a parallel writer for this hash map.
|
| AsReadOnly |
Returns a readonly version of this NativeParallelHashMap instance.
|
| Clear |
Removes all key-value pairs.
|
| ContainsKey |
Returns true if a given key is present in this hash map.
|
| Count |
The current number of key-value pairs in this hash map.
|
| Dispose |
Releases all resources (memory and safety handles).
|
| GetEnumerator |
Returns an enumerator over the key-value pairs of this hash map.
|
| GetKeyArray |
Returns an array with a copy of all this hash map's keys (in no particular order).
|
| GetKeyValueArrays |
Returns a NativeKeyValueArrays with a copy of all this hash map's keys and values.
|
| GetValueArray |
Returns an array with a copy of all this hash map's values (in no particular order).
|
| Remove |
Removes a key-value pair.
|
| TryAdd |
Adds a new key-value pair.
|
| TryGetValue |
Returns the value associated with a key.
|