static Map mapWithSingleValue(Collection l, B b) { new HashMap map; for (A a : unnull(l)) map.put(a, b); ret map; }