static L lookupAllOpt(Map map, Collection l) { new L out; if (l != null) for (A a : l) addIfNotNull(out, map.get(a)); ret out; }