JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Enum
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
(
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.