Class InterpolatingLongIntSampler
java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.common.InterpolatingLongIntSampler
- All Implemented Interfaces:
LongToIntFunction
-
Constructor Summary
ConstructorsConstructorDescriptionInterpolatingLongIntSampler(DoubleToIntFunction icdSource, int resolution, boolean hash) -
Method Summary
-
Constructor Details
-
InterpolatingLongIntSampler
-
-
Method Details
-
applyAsInt
public int applyAsInt(long input) - Specified by:
applyAsIntin interfaceLongToIntFunction
-