static Map freshVarsMap(Cl entities, IF0 varMaker) { new LinkedHashMap map; fOr (A e : entities) map.put(e, varMaker!); ret map; }