Class AbstractFloatValueParser

    • Field Detail

      • MAX_INPUT_LENGTH

        public static final int MAX_INPUT_LENGTH
        This is the maximal input length that a Java array can have.
        See Also:
        Constant Field Values
      • MINIMAL_NINETEEN_DIGIT_INTEGER

        static final long MINIMAL_NINETEEN_DIGIT_INTEGER
        This is the smallest non-negative number that has 19 decimal digits.
        See Also:
        Constant Field Values
      • MAX_EXPONENT_NUMBER

        static final int MAX_EXPONENT_NUMBER
        The decimal exponent of a double has a range of -324 to +308. The hexadecimal exponent of a double has a range of -1022 to +1023.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AbstractFloatValueParser

        AbstractFloatValueParser()