static Map lengthOfAllFields(O o) { new TreeMap map; for (S field : allFields(o)) pcall-silent { map.put(field, l(get(o, field))); } ret map; }