static bool strictPutICIfKeyNotEqualToValue(Map map, S key, S value) { if (eqic(key, value)) true; ret strictPutIC(map, key, value); }