Package com.alibaba.fastjson2.util
Class FDBigInteger
java.lang.Object
com.alibaba.fastjson2.util.FDBigInteger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcmp(FDBigInteger other) intcmpPow52(int p5, int p2) leftInplaceSub(FDBigInteger subtrahend) leftShift(int shift) voidmultByPow52(int p5, int p2) rightInplaceSub(FDBigInteger subtrahend) static FDBigIntegervalueOfMulPow52(long value, int p5, int p2)
-
Constructor Details
-
FDBigInteger
public FDBigInteger(long lValue, char[] digits, int kDigits, int nDigits)
-
-
Method Details
-
makeImmutable
public void makeImmutable() -
multByPow52
-
leftShift
-
valueOfMulPow52
-
cmp
-
leftInplaceSub
-
rightInplaceSub
-
cmpPow52
public int cmpPow52(int p5, int p2)
-