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