map Bin At Hash
Look up the key in this map bin. If not found, answer null. Use the provided hash of the key.
Return
The value under that key in the map, or null if not found.
Parameters
key
The key to look up in this map.
key Hash
The conveniently already computed hash of the key.