Package io.virtdata.discrete.common
Class DiscreteIntLongSampler
- java.lang.Object
-
- io.virtdata.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longapplyAsLong(int input)
-