static Map> cloneMultiMapToTreeMap(MultiMap m) { synchronized(m) { ret m == null ? null : new HashMap(m.data); } }