Class NumericConstants


  • @Deprecated
    public final class NumericConstants
    extends java.lang.Object
    Deprecated.
    These constants were only useful before autoboxing was introduced, just use a literal or define your own constants
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.Float FLOAT_ZERO
      Deprecated.
       
      static java.lang.Integer ONE
      Deprecated.
       
      static java.lang.Integer ZERO
      Deprecated.
       
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ZERO

        public static final java.lang.Integer ZERO
        Deprecated.
      • ONE

        public static final java.lang.Integer ONE
        Deprecated.
      • FLOAT_ZERO

        public static final java.lang.Float FLOAT_ZERO
        Deprecated.