mapBinAtHash

fun A_MapBin.mapBinAtHash(key: A_BasicObject, keyHash: Int): AvailObject?

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.

keyHash

The conveniently already computed hash of the key.