static Map mapWithoutKeys(Map map, O... keys) { ret mapMinus(map, keys); }