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