public class Multisetsextends Object
Constructor and Description |
---|
Multisets() |
Modifier and Type | Method and Description |
---|---|
static <T> Collection<T> | countHighest(Multiset<T> set, int top) |
static <T> List<T> | sortedDesc(Multiset<T> set) |
public static <T> Collection<T> countHighest(Multiset<T> set, int top)
Copyright © 2012-2015 Oracle. All Rights Reserved.