static L multiSetByPopularity(MultiSet ms) { ret ms == null ? null : ms.getSortedListDescending(); }