Package io.virtdata.discrete.common
Class InterpolatingIntLongSampler
- java.lang.Object
-
- io.virtdata.discrete.common.InterpolatingIntLongSampler
-
- All Implemented Interfaces:
java.util.function.IntToLongFunction
public class InterpolatingIntLongSampler extends java.lang.Object implements java.util.function.IntToLongFunction
-
-
Constructor Summary
Constructors Constructor Description InterpolatingIntLongSampler(java.util.function.DoubleToIntFunction icdSource, int resolution, boolean hash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longapplyAsLong(int input)
-