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

/libcore/luni/src/main/java/java/text/
H A DNumberFormat.java34 * interface for formatting and parsing numbers. {@code NumberFormat} also
38 * {@code NumberFormat} helps you to format and parse numbers for any locale.
48 * myString = NumberFormat.getInstance().format(myNumber);
59 * NumberFormat nf = NumberFormat.getInstance();
72 * NumberFormat nf = NumberFormat.getInstance(Locale.FRENCH);
77 * You can also use a {@code NumberFormat} to parse numbers:
94 * casting the {@code NumberFormat} you get from the factory methods to a
99 * {@code NumberFormat} i
142 public abstract class NumberFormat extends Format { class in inherits:Format
164 protected NumberFormat() { method in class:NumberFormat
[all...]

Completed in 3 milliseconds