Uses of Enum Class
org.openjdk.jmh.validation.tests.BlackholeTestMode
Packages that use BlackholeTestMode
-
Uses of BlackholeTestMode in org.openjdk.jmh.validation
Methods in org.openjdk.jmh.validation with parameters of type BlackholeTestModeModifier and TypeMethodDescriptionprotected voidValidationTest.blackholeModeMessage(PrintWriter pw, BlackholeTestMode mode) protected StringValidationTest.blackholeModeString(BlackholeTestMode mode) -
Uses of BlackholeTestMode in org.openjdk.jmh.validation.tests
Subclasses with type arguments of type BlackholeTestMode in org.openjdk.jmh.validation.testsMethods in org.openjdk.jmh.validation.tests that return BlackholeTestModeModifier and TypeMethodDescriptionstatic BlackholeTestModeReturns the enum constant of this class with the specified name.static BlackholeTestMode[]BlackholeTestMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.openjdk.jmh.validation.tests with parameters of type BlackholeTestMode