java.lang.Object
io.nosqlbench.virtdata.library.basics.shared.from_long.to_bigint.ToBigInt
- All Implemented Interfaces:
java.util.function.LongFunction<java.math.BigInteger>
public class ToBigInt
extends java.lang.Object
implements java.util.function.LongFunction<java.math.BigInteger>
Convert the input value to a BigInteger
-
Constructor Summary
Constructors
| Constructor |
Description |
ToBigInt() |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
java.math.BigInteger |
apply(long input) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public java.math.BigInteger apply(long input)
- Specified by:
apply in interface java.util.function.LongFunction<java.math.BigInteger>