static L getAll(Map map, Collection l) { ret lookupAllOpt(map, l); } static L getAll(Collection l, Map map) { ret lookupAllOpt(map, l); }