Uses of Class
org.openjdk.jmh.runner.link.InfraFrame.Type
-
Packages that use InfraFrame.Type Package Description org.openjdk.jmh.runner.link -
-
Uses of InfraFrame.Type in org.openjdk.jmh.runner.link
Fields in org.openjdk.jmh.runner.link declared as InfraFrame.Type Modifier and Type Field Description private InfraFrame.Type
InfraFrame. type
Methods in org.openjdk.jmh.runner.link that return InfraFrame.Type Modifier and Type Method Description InfraFrame.Type
InfraFrame. getType()
static InfraFrame.Type
InfraFrame.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static InfraFrame.Type[]
InfraFrame.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.openjdk.jmh.runner.link with parameters of type InfraFrame.Type Constructor Description InfraFrame(InfraFrame.Type type)
-