static L listToTopTen(Collection l) { ret asMultiSet(l).highestFirst(); }