Searched defs:DigitList (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/text/
H A DDigitList.java49 * non-negative numbers. The division of labor between DigitList and
50 * DecimalFormat is that DigitList handles the radix 10 representation
54 * A DigitList is really a representation of a floating point value.
58 * The DigitList representation consists of a string of characters,
60 * 10 exponent associated with it. The value represented by a DigitList
73 final class DigitList implements Cloneable { class in inherits:Cloneable
94 * DigitList is normalized, so if it is non-zero, figits[0] is non-zero. We
99 * Zero is represented by any DigitList with count == 0 or with each digits[i]
520 // be represented by DigitList.
597 if (!(obj instanceof DigitList)) // (
[all...]

Completed in 38 milliseconds