Removes all entries from the HashMap.
Checks if the specified key exists in the HashMap.
The key to check for existence.
True if the key exists, false otherwise.
Returns an iterable of keys in the HashMap.
An iterable iterator of keys.
Returns an iterable of values in the HashMap.
An iterable iterator of values.
Creates an empty HashMap that uses the operator === for key and value comparisons.