static Map litmap_keysLikeValues(A... l) { new Map map; fOr (A a : l) map.put(a, a); ret map; }