Uses of Interface
org.openjdk.jmh.util.Multimap
-
Packages that use Multimap Package Description org.openjdk.jmh.results org.openjdk.jmh.util -
-
Uses of Multimap in org.openjdk.jmh.results
Methods in org.openjdk.jmh.results that return Multimap Modifier and Type Method Description Multimap<String,Result>BenchmarkResult. getBenchmarkResults()Multimap<String,Result>IterationResult. getRawSecondaryResults() -
Uses of Multimap in org.openjdk.jmh.util
Classes in org.openjdk.jmh.util that implement Multimap Modifier and Type Class Description classDelegatingMultimap<K,V>classHashMultimap<K,V>classHashsetMultimap<K,V>classTreeMultimap<K,V>Methods in org.openjdk.jmh.util with parameters of type Multimap Modifier and Type Method Description voidDelegatingMultimap. merge(Multimap<K,V> other)voidMultimap. merge(Multimap<K,V> other)
-