Uses of Class
jsonvalues.JsBigInt
-
-
Uses of JsBigInt in jsonvalues
Methods in jsonvalues that return JsBigInt Modifier and Type Method Description default JsBigInt
JsElem. asJsBigInt()
JsBigInt
JsBigInt. map(UnaryOperator<BigInteger> fn)
Maps this json bigint into another one.static JsBigInt
JsBigInt. of(BigInteger n)
Static factory method to create a JsBigInt from BigInteger objects.Methods in jsonvalues with parameters of type JsBigInt Modifier and Type Method Description int
JsBigInt. compareTo(JsBigInt o)
Compares twoJsBigInt
objects numerically.boolean
JsBigDec. equals(JsBigInt jsBigInt)
returns true if this bigdecimal and the specified biginteger represent the same numberboolean
JsDouble. equals(JsBigInt jsBigInt)
returns true if this double and the specified biginteger represent the same numberboolean
JsInt. equals(JsBigInt jsBigInt)
returns true if this integer and the specified biginteger represent the same numberboolean
JsLong. equals(JsBigInt jsBigInt)
returns true if this long and the specified biginteger represent the same number
-