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