Uses of Class
com.google.caliper.core.BenchmarkClassModel.MethodModel
-
Packages that use BenchmarkClassModel.MethodModel Package Description com.google.caliper.core -
-
Uses of BenchmarkClassModel.MethodModel in com.google.caliper.core
Methods in com.google.caliper.core that return BenchmarkClassModel.MethodModel Modifier and Type Method Description static BenchmarkClassModel.MethodModelBenchmarkClassModel.MethodModel. of(Method method)Creates a newBenchmarkClassModel.MethodModelrepresenting the given method.Methods in com.google.caliper.core that return types with arguments of type BenchmarkClassModel.MethodModel Modifier and Type Method Description abstract com.google.common.collect.ImmutableSet<BenchmarkClassModel.MethodModel>BenchmarkClassModel. methods()Returns the set of all methods declared on the class.
-