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