Uses of Class
com.alibaba.fastjson2.util.FDBigInteger
-
Packages that use FDBigInteger Package Description com.alibaba.fastjson2.util -
-
Uses of FDBigInteger in com.alibaba.fastjson2.util
Methods in com.alibaba.fastjson2.util that return FDBigInteger Modifier and Type Method Description FDBigIntegerFDBigInteger. leftInplaceSub(FDBigInteger subtrahend)FDBigIntegerFDBigInteger. leftShift(int shift)FDBigIntegerFDBigInteger. multByPow52(int p5, int p2)FDBigIntegerFDBigInteger. rightInplaceSub(FDBigInteger subtrahend)static FDBigIntegerFDBigInteger. valueOfMulPow52(long value, int p5, int p2)Methods in com.alibaba.fastjson2.util with parameters of type FDBigInteger Modifier and Type Method Description intFDBigInteger. cmp(FDBigInteger other)FDBigIntegerFDBigInteger. leftInplaceSub(FDBigInteger subtrahend)FDBigIntegerFDBigInteger. rightInplaceSub(FDBigInteger subtrahend)
-