Class DoubleSplitPerformance.NonNormalMethod
- java.lang.Object
-
- org.apache.commons.numbers.examples.jmh.core.DoubleSplitPerformance.NonNormalMethod
-
- Direct Known Subclasses:
DoubleSplitPerformance_NonNormalMethod_jmhType_B1
- Enclosing class:
- DoubleSplitPerformance
public static class DoubleSplitPerformance.NonNormalMethod extends Object
The method to test for a non-normal number.
-
-
Constructor Summary
Constructors Constructor Description NonNormalMethod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublePredicate
getFunction()
Gets the function.void
setup()
Create the function.
-
-
-
Method Detail
-
getFunction
public DoublePredicate getFunction()
Gets the function.- Returns:
- the function
-
setup
public void setup()
Create the function.
-
-