static L keysDesc(Map map) { ret sortedDesc(keys(map)); } ifclass MultiMap static L keysDesc(MultiMap mm) { ret sortedDesc(keys(mm)); } endif