static L> topTenPairs(MultiSet ms) { ret multiSetTopTenPairs(ms); } static L> topTenPairs(MultiSet ms, int n) { ret multiSetTopTenPairs(ms, n); }