Class InterpolatingLongLongSampler
java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.common.InterpolatingLongLongSampler
- All Implemented Interfaces:
java.util.function.LongUnaryOperator
public class InterpolatingLongLongSampler
extends java.lang.Object
implements java.util.function.LongUnaryOperator
-
Constructor Summary
Constructors Constructor Description InterpolatingLongLongSampler(java.util.function.DoubleToIntFunction icdSource, int resolution, boolean hash) -
Method Summary
Modifier and Type Method Description longapplyAsLong(long input)
-
Constructor Details
-
InterpolatingLongLongSampler
public InterpolatingLongLongSampler(java.util.function.DoubleToIntFunction icdSource, int resolution, boolean hash)
-
-
Method Details
-
applyAsLong
public long applyAsLong(long input)- Specified by:
applyAsLongin interfacejava.util.function.LongUnaryOperator
-