Uses of Class
jsonvalues.JsBigInt
-
Packages that use JsBigInt Package Description jsonvalues json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way. -
-
Uses of JsBigInt in jsonvalues
Methods in jsonvalues that return JsBigInt Modifier and Type Method Description 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.default JsBigInt
JsValue. toJsBigInt()
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
-