static Map expandAutoMap(Iterable keys, Map map) { if (map == null) null; fOr (A a : keys) map.get(a); ret map; }