Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UnsignedUtils

        UnsignedUtils()
    • Method Detail

      • unsignedLongToDouble

        static double unsignedLongToDouble​(long x)
      • unsignedLongToBigInt

        static java.math.BigInteger unsignedLongToBigInt​(long x)