Package org.openjdk.jmh.samples
Class JMHSample_07_FixtureLevelInvocation.Task
- java.lang.Object
-
- org.openjdk.jmh.samples.JMHSample_07_FixtureLevelInvocation.Task
-
- All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Double>
- Enclosing class:
- JMHSample_07_FixtureLevelInvocation
public static class JMHSample_07_FixtureLevelInvocation.Task extends java.lang.Object implements java.util.concurrent.Callable<java.lang.Double>
-
-
Field Summary
Fields Modifier and Type Field Description private JMHSample_07_FixtureLevelInvocation.Scratch
s
-
Constructor Summary
Constructors Constructor Description Task(JMHSample_07_FixtureLevelInvocation.Scratch s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Double
call()
-
-
-
Field Detail
-
s
private JMHSample_07_FixtureLevelInvocation.Scratch s
-
-
Constructor Detail
-
Task
public Task(JMHSample_07_FixtureLevelInvocation.Scratch s)
-
-