Uses of Interface
org.openjdk.jmh.util.Multiset
-
Packages that use Multiset Package Description org.openjdk.jmh.profile org.openjdk.jmh.util -
-
Uses of Multiset in org.openjdk.jmh.profile
Methods in org.openjdk.jmh.profile that return Multiset Modifier and Type Method Description Multiset<Long>AbstractPerfAsmProfiler.PerfEvents. get(String event)Method parameters in org.openjdk.jmh.profile with type arguments of type Multiset Modifier and Type Method Description StringStackProfiler.StackResult. getStack(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks)Constructor parameters in org.openjdk.jmh.profile with type arguments of type Multiset Constructor Description StackResult(Map<Thread.State,Multiset<org.openjdk.jmh.profile.StackProfiler.StackRecord>> stacks, int topStacks) -
Uses of Multiset in org.openjdk.jmh.util
Classes in org.openjdk.jmh.util that implement Multiset Modifier and Type Class Description classDelegatingMultiset<T>classHashMultiset<T>classTreeMultiset<T extends Comparable<T>>Methods in org.openjdk.jmh.util with parameters of type Multiset Modifier and Type Method Description static <T> List<T>Multisets. countHighest(Multiset<T> set, int top)static <T> List<T>Multisets. sortedDesc(Multiset<T> set)
-