Class NumericConstants


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

      • ZERO

        public static final Integer ZERO
        Deprecated.
      • ONE

        public static final Integer ONE
        Deprecated.
      • FLOAT_ZERO

        public static final Float FLOAT_ZERO
        Deprecated.