// note: auto-magic type parameter static AutoMap autoTreeMap(IF0 f) { AutoMap map = new AutoMap(f); map.map = new TreeMap; ret map; }