Class InterpolatingIntLongSampler
java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.common.InterpolatingIntLongSampler
- All Implemented Interfaces:
IntToLongFunction
-
Constructor Summary
ConstructorsConstructorDescriptionInterpolatingIntLongSampler(DoubleToIntFunction icdSource, int resolution, boolean hash) -
Method Summary
-
Constructor Details
-
InterpolatingIntLongSampler
-
-
Method Details
-
applyAsLong
public long applyAsLong(int input) - Specified by:
applyAsLongin interfaceIntToLongFunction
-