static MultiMap uniquifyMultiMapValues(MultiMap mm) { ret mm == null ? null : new MultiMap(mapValues uniquify(mm.data)); }