static bool strictPut(Map map, A key, B value) { ret mapPutStrictly(map, key, value); }