static A lookupByNLMatch(Map map, S s) { for (S key : keys(map)) if (match(key, s)) ret map.get(?ey); null; }