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