static Map> multiSetMapToMap(MultiSetMap m) { ret m == null ? null : m.data; }