static Map iotaKeys(Cl l) { new LinkedHashMap map; int i = 0; fOr (A a : l) map.put(++i, a); ret map; }