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