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