Class DiscreteIntIntSampler
java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.common.DiscreteIntIntSampler
- All Implemented Interfaces:
java.util.function.IntUnaryOperator
public class DiscreteIntIntSampler
extends java.lang.Object
implements java.util.function.IntUnaryOperator
-
Constructor Summary
Constructors Constructor Description DiscreteIntIntSampler(java.util.function.DoubleToIntFunction parentFunc, boolean hash) -
Method Summary
Modifier and Type Method Description intapplyAsInt(int value)
-
Constructor Details
-
DiscreteIntIntSampler
public DiscreteIntIntSampler(java.util.function.DoubleToIntFunction parentFunc, boolean hash)
-
-
Method Details
-
applyAsInt
public int applyAsInt(int value)- Specified by:
applyAsIntin interfacejava.util.function.IntUnaryOperator
-