Zen API
|
Sets a custom hash code generator.
Calling this method will cause the existing map keys to be rehashed using using the new hash function. If changing both the equals function and the hash function, change equals first, then hash.
map | Map object. |
function | Hash code function (or kNULL to unset). |