static A keyForValue(B value, Map map) { ret reverseLookup(value, map); } static A keyForValue(Map map, B value) { ret reverseLookup(map, value); }