Uses of Interface
org.openjdk.jmh.util.Multimap
Packages that use Multimap
Package
Description
-
Uses of Multimap in org.openjdk.jmh.generators.asm
Fields in org.openjdk.jmh.generators.asm declared as Multimap -
Uses of Multimap in org.openjdk.jmh.generators.core
Fields in org.openjdk.jmh.generators.core declared as MultimapModifier and TypeFieldDescriptionStateObjectHandler.auxNamesStateObjectHandler.benchmarkArgsStateObject.helperArgsprivate static final Multimap<Class<? extends Annotation>, ElementType> BenchmarkGeneratorUtils.JMH_ANNOTATION_TARGETSStateObject.paramsprivate final Multimap<String, StateObject> StateObjectHandler.rootsStateObjectHandler.specialsMethods in org.openjdk.jmh.generators.core that return MultimapModifier and TypeMethodDescriptionprivate Multimap<ClassInfo, MethodInfo> BenchmarkGenerator.buildAnnotatedSet(GeneratorSource source) Build a set of Classes which has annotated methods in them -
Uses of Multimap in org.openjdk.jmh.results
Fields in org.openjdk.jmh.results declared as MultimapModifier and TypeFieldDescriptionBenchmarkResult.benchmarkResultsIterationResult.EMPTY_MAPIterationResult.secondaryResultsMethods in org.openjdk.jmh.results that return MultimapModifier and TypeMethodDescriptionBenchmarkResult.getBenchmarkResults()IterationResult.getRawSecondaryResults() -
Uses of Multimap in org.openjdk.jmh.runner
Methods in org.openjdk.jmh.runner that return MultimapModifier and TypeMethodDescriptionprotected Multimap<BenchmarkParams, BenchmarkResult> BaseRunner.runBenchmarksEmbedded(ActionPlan actionPlan) private Multimap<BenchmarkParams, BenchmarkResult> Runner.runSeparate(ActionPlan actionPlan) Methods in org.openjdk.jmh.runner with parameters of type MultimapModifier and TypeMethodDescriptionRunner.mergeRunResults(Multimap<BenchmarkParams, BenchmarkResult> results) -
Uses of Multimap in org.openjdk.jmh.runner.options
Fields in org.openjdk.jmh.runner.options declared as Multimap -
Uses of Multimap in org.openjdk.jmh.util
Classes in org.openjdk.jmh.util that implement MultimapModifier and TypeClassDescriptionclassDelegatingMultimap<K,V> classHashMultimap<K,V> classHashsetMultimap<K,V> classTreeMultimap<K,V> Methods in org.openjdk.jmh.util with parameters of type Multimap