Class InterpolatingLongLongSampler
java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.common.InterpolatingLongLongSampler
- All Implemented Interfaces:
LongUnaryOperator
-
Constructor Summary
ConstructorsConstructorDescriptionInterpolatingLongLongSampler(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.LongUnaryOperator
andThen, compose
-
Constructor Details
-
InterpolatingLongLongSampler
-
-
Method Details
-
applyAsLong
public long applyAsLong(long input) - Specified by:
applyAsLongin interfaceLongUnaryOperator
-