Uses of Class
org.openjdk.jmh.runner.link.OutputFrame.Type
-
Packages that use OutputFrame.Type Package Description org.openjdk.jmh.runner.link -
-
Uses of OutputFrame.Type in org.openjdk.jmh.runner.link
Fields in org.openjdk.jmh.runner.link declared as OutputFrame.Type Modifier and Type Field Description private OutputFrame.Type
OutputFrame. type
Methods in org.openjdk.jmh.runner.link that return OutputFrame.Type Modifier and Type Method Description OutputFrame.Type
OutputFrame. getType()
static OutputFrame.Type
OutputFrame.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static OutputFrame.Type[]
OutputFrame.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 OutputFrame.Type Constructor Description ForwardingPrintStream(OutputFrame.Type type)
OutputFrame(OutputFrame.Type type, byte[] data)
-