static Map keysToMap(Map map, Collection keys) { Map m2 = similarEmptyMap(map); for (A a : unnull(keys)) mapPut(m2, a, map.get(a)); ret m2; }