Get the value corresponding to the given key; if it doesn't exist return nullValue.
the key corresponding to a value
a value that will be returned if there is no such key-value pair
the corresponding key value, or nullValue.
Complexity: O(n), where n is the number of elements in the corresponding key bucket.
See Implementation
Get the value corresponding to the given key; if it doesn't exist return nullValue.