Package org.jheaps.monotone
Class UnsignedUtils
- java.lang.Object
-
- org.jheaps.monotone.UnsignedUtils
-
class UnsignedUtils extends java.lang.Object
Utilities for unsigned computation
-
-
Field Summary
Fields Modifier and Type Field Description private static long
UNSIGNED_MASK
-
Constructor Summary
Constructors Constructor Description UnsignedUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static java.math.BigInteger
unsignedLongToBigInt(long x)
(package private) static double
unsignedLongToDouble(long x)
-
-
-
Field Detail
-
UNSIGNED_MASK
private static final long UNSIGNED_MASK
- See Also:
- Constant Field Values
-
-