Class ReplacementForFloat


  • class ReplacementForFloat
    extends java.lang.Object
    Replacement methods for the class java.lang.Float.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static int floatToRawIntBits​(float value)
      Replacement for Float.floatToRawIntBits(float)
      (package private) static float intBitsToFloat​(int value)
      Replacement for Float.intBitsToFloat(int)
      • Methods inherited from class java.lang.Object

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

      • ReplacementForFloat

        ReplacementForFloat()
    • Method Detail

      • floatToRawIntBits

        static int floatToRawIntBits​(float value)
        Replacement for Float.floatToRawIntBits(float)
      • intBitsToFloat

        static float intBitsToFloat​(int value)
        Replacement for Float.intBitsToFloat(int)