Class ModuloToInteger
java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_int.ModuloToInteger
- All Implemented Interfaces:
LongFunction<Integer>
Return an integer value as the result of modulo division with the specified divisor.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ModuloToInteger
public ModuloToInteger(int modulo)
-
-
Method Details
-
apply
- Specified by:
applyin interfaceLongFunction<Integer>
-