JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum
org.openjdk.jmh.annotations.Scope
Packages that use
Scope
Package
Description
org.openjdk.jmh.annotations
Uses of
Scope
in
org.openjdk.jmh.annotations
Methods in
org.openjdk.jmh.annotations
that return
Scope
Modifier and Type
Method
Description
static
Scope
Scope.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
Scope
[]
Scope.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.