static A reverseLookupIC(S value, Map map) { ret reverseLookupCI(value, map); } static A reverseLookupIC(Map map, S value) { ret reverseLookupCI(map, value); }