Class InterpolatingIntIntSampler
java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.common.InterpolatingIntIntSampler
- All Implemented Interfaces:
IntUnaryOperator
-
Constructor Summary
ConstructorsConstructorDescriptionInterpolatingIntIntSampler(DoubleToIntFunction icdSource, int resolution, boolean hash) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.IntUnaryOperator
andThen, compose
-
Constructor Details
-
InterpolatingIntIntSampler
-
-
Method Details
-
applyAsInt
public int applyAsInt(int input) - Specified by:
applyAsIntin interfaceIntUnaryOperator
-