static MultiSet intMapAsMultiSet(Map map) { MultiSet ms = similarEmptyMultiSet(map); for (A a, int i : map) ms.add(a, i); ret ms; }