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

/dalvik/libcore/text/src/main/java/java/text/
H A DNumberFormat.java38 * interface for formatting and parsing numbers. {@code NumberFormat} also
42 * {@code NumberFormat} helps you to format and parse numbers for any locale.
52 * myString = NumberFormat.getInstance().format(myNumber);
63 * NumberFormat nf = NumberFormat.getInstance();
76 * NumberFormat nf = NumberFormat.getInstance(Locale.FRENCH);
81 * You can also use a {@code NumberFormat} to parse numbers:
99 * casting the {@code NumberFormat} you get from the factory methods to a
104 * {@code NumberFormat} i
147 public abstract class NumberFormat extends Format { class in inherits:Format
169 public NumberFormat() { method in class:NumberFormat
[all...]

Completed in 656 milliseconds