static TreeMap> multiMapToTreeMap(MultiMap m) { ret asTreeMap(multiMapToMap(m)); }