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