// the problem is that they provide only a Map not a Set
// a direct replacement of LinkedHashSet would require a wrapper
static MultiSetMap multiSetMap_outerDescTreeMap_innerApacheLinkedHashSet() {
ret new MultiSetMap(descTreeMap()) {
Set _makeEmptySet() { ret apacheLinkedHash; }
};
}