Class ReplacementForDouble


  • class ReplacementForDouble
    extends java.lang.Object
    Replacement methods for the class java.lang.Double.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static long doubleToRawLongBits​(double value)
      Replacement for Double.doubleToRawLongBits(double)
      (package private) static double longBitsToDouble​(long value)
      Replacement for Double.longBitsToDouble(long)
      • Methods inherited from class java.lang.Object

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

      • ReplacementForDouble

        ReplacementForDouble()
    • Method Detail

      • doubleToRawLongBits

        static long doubleToRawLongBits​(double value)
        Replacement for Double.doubleToRawLongBits(double)
      • longBitsToDouble

        static double longBitsToDouble​(long value)
        Replacement for Double.longBitsToDouble(long)