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