static A nlLookup(Map map, S s) { ret lookupByNLMatch(map, s); } static L nlLookup(MultiMap map, S s) { ret lookupByNLMatch(map, s); }