static L multiMapKeysByPopularity(MultiMap mm) { ret sortedDescAccordingTo((keys(mm), func(A key) { l(mm.get(key)) }); }