static MultiMap emptyMultiMapSimilarToMap(Map m) { new MultiMap mm; if (m != null) mm.data = similarEmptyMap(m); ret mm; }