Uses of Enum Class
org.openjdk.jmh.runner.IterationType
Packages that use IterationType
-
Uses of IterationType in org.openjdk.jmh.infra
Fields in org.openjdk.jmh.infra declared as IterationTypeModifier and TypeFieldDescriptionprotected final IterationTypeIterationParamsL2.typeiteration typeConstructors in org.openjdk.jmh.infra with parameters of type IterationTypeModifierConstructorDescriptionIterationParams(IterationType type, int count, TimeValue time, int batchSize) -
Uses of IterationType in org.openjdk.jmh.runner
Subclasses with type arguments of type IterationType in org.openjdk.jmh.runnerMethods in org.openjdk.jmh.runner that return IterationTypeModifier and TypeMethodDescriptionstatic IterationTypeReturns the enum constant of this class with the specified name.static IterationType[]IterationType.values()Returns an array containing the constants of this enum class, in the order they are declared.