Immutable view of the HashDictionary.
HashDictionary
Return number of items in the dictionary.
Get the value under given key or undefined if the value is not present.
undefined
Return true if the key is present in the dictionary.
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.
Immutable view of the
HashDictionary.