static Map filterKeys(Map map, O f) { ret filterMapByFunctionOnKey(map, f); } static Map filterKeys(O f, Map map) { ret filterMapByFunctionOnKey(f, map); }