static MultiSetMap multiSetMap_innerLinkedHashSet() { ret new MultiSetMap { Set _makeEmptySet() { ret new LinkedHashSet; } }; }