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

/openjdk7/jdk/src/share/classes/java/text/
H A DDecimalFormat.java58 * <code>DecimalFormat</code> is a concrete subclass of
69 * <code>DecimalFormat</code> constructors directly, since the
71 * <code>DecimalFormat</code>. If you need to customize the format object, do
76 * if (f instanceof DecimalFormat) {
77 * ((DecimalFormat) f).setDecimalSeparatorAlwaysShown(true);
81 * <p>A <code>DecimalFormat</code> comprises a <em>pattern</em> and a set of
90 * <code>DecimalFormat</code> patterns have the following syntax:
127 * <p>A <code>DecimalFormat</code> pattern contains a positive and negative
144 * suffixes must be distinct for <code>DecimalFormat.parse()</code> to be able
146 * <code>DecimalFormat</cod
378 public class DecimalFormat extends NumberFormat { class in inherits:NumberFormat
395 public DecimalFormat() { method in class:DecimalFormat
432 public DecimalFormat(String pattern) { method in class:DecimalFormat
460 public DecimalFormat (String pattern, DecimalFormatSymbols symbols) { method in class:DecimalFormat
[all...]

Completed in 37 milliseconds