Uses of Class
org.openjdk.jmh.validation.Main.Test
-
Packages that use Main.Test Package Description org.openjdk.jmh.validation -
-
Uses of Main.Test in org.openjdk.jmh.validation
Methods in org.openjdk.jmh.validation that return Main.Test Modifier and Type Method Description static Main.Test
Main.Test. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Main.Test[]
Main.Test. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-