static MultiSetMap multiSetMap_innerTreeSet() { ret new MultiSetMap() { Set _makeEmptySet() { ret new TreeSet; } }; }