Remove the key and any value from the dictionary.
Returns true if element existed and was removed, false otherwise.
Iterator over keys of the dictionary.
Returns an array of the map's values, sorted by their corresponding keys
Iterator over values of the dictionary.
StaticfromCreate a new hash dictionary from given entires array.
StaticnewCreate a new, empty hash dictionary.
A map which uses hashes as keys.