src/share/classes/java/text/DigitList.java

Print this page

        

*** 60,70 **** * 10 exponent associated with it. The value represented by a DigitList * object can be computed by mulitplying the fraction f, where 0 <= f < 1, * derived by placing all the digits of the list to the right of the * decimal point, by 10^exponent. * ! * @see Locale * @see Format * @see NumberFormat * @see DecimalFormat * @see ChoiceFormat * @see MessageFormat --- 60,70 ---- * 10 exponent associated with it. The value represented by a DigitList * object can be computed by mulitplying the fraction f, where 0 <= f < 1, * derived by placing all the digits of the list to the right of the * decimal point, by 10^exponent. * ! * @see java.util.Locale * @see Format * @see NumberFormat * @see DecimalFormat * @see ChoiceFormat * @see MessageFormat