Class CycleRange
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_int.CycleRange
- All Implemented Interfaces:
LongToIntFunction
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CycleRange
public CycleRange(int maxValue) -
CycleRange
public CycleRange(int minValue, int maxValue)
-
-
Method Details
-
applyAsInt
public int applyAsInt(long operand) - Specified by:
applyAsIntin interfaceLongToIntFunction
-