Package io.virtdata.discrete.common
Class DiscreteLongIntSampler
- java.lang.Object
-
- io.virtdata.discrete.common.DiscreteLongIntSampler
-
- All Implemented Interfaces:
java.util.function.LongToIntFunction
public class DiscreteLongIntSampler extends java.lang.Object implements java.util.function.LongToIntFunction
-
-
Constructor Summary
Constructors Constructor Description DiscreteLongIntSampler(java.util.function.DoubleToIntFunction parentFunc, boolean hash)
-
Method Summary
Modifier and Type Method Description intapplyAsInt(long value)
-