Class StickySumPerformance.SumMethod
- java.lang.Object
-
- org.apache.commons.numbers.examples.jmh.core.StickySumPerformance.SumMethod
-
- Direct Known Subclasses:
StickySumPerformance_SumMethod_jmhType_B1
- Enclosing class:
- StickySumPerformance
public static class StickySumPerformance.SumMethod extends Object
The summation method.
-
-
Constructor Summary
Constructors Constructor Description SumMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoubleBinaryOperator
getFunction()
Gets the function.void
setup()
Create the function.
-
-
-
Method Detail
-
getFunction
public DoubleBinaryOperator getFunction()
Gets the function.- Returns:
- the function
-
setup
public void setup()
Create the function.
-
-