static L msTopTenValues(MultiSet ms, int n) { ret ms == null ? emptyList() : ms.getTopTen(n); }