static MultiSet asCIMultiSet(Iterable l) { new MultiSet ms; ms.map = ciMap(); ms.addAll(l); ret ms; }