public class Multisets
extends java.lang.Object
Constructor and Description |
---|
Multisets() |
Modifier and Type | Method and Description |
---|---|
static <T> java.util.List<T> |
countHighest(Multiset<T> set,
int top) |
static <T> java.util.List<T> |
sortedDesc(Multiset<T> set) |