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