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