static TreeMap listToKeyAndValue_treeMap(Iterable l) { new TreeMap map; for (A a : unnull(l)) map.put(a, a); ret map; }