static MultiSetMap ciMultiCISetMap() { MultiSetMap mm = new MultiSetMap { Set _makeEmptySet() { ret ciSet(); } }; mm.data = ciMap(); ret mm; }