Class StickySumPerformance.BiFactors
- java.lang.Object
-
- org.apache.commons.numbers.examples.jmh.core.StickySumPerformance.BiFactors
-
- Direct Known Subclasses:
StickySumPerformance_BiFactors_jmhType_B1
- Enclosing class:
- StickySumPerformance
public static class StickySumPerformance.BiFactors extends Object
The factors to sum.
-
-
Constructor Summary
Constructors Constructor Description BiFactors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
getFactors()
Gets the factors to be summed as pairs.void
setup()
Create the factors.
-