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