Searched refs:formatTo (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DFormattable.java57 * public void formatTo(Formatter fmt, int f, int width, int precision) {
163 void formatTo(Formatter formatter, int flags, int width, int precision); method in interface:Formattable
H A DFormatter.java304 * {@link Formattable#formatTo arg.formatTo} is invoked. Otherwise, the
733 * its {@link Formattable#formatTo formatTo} method is invoked.
2831 ((Formattable)arg).formatTo(fmt, f.valueOf(), width, precision);
4259 // if (arg instanceof Formattable) arg.formatTo()
/openjdk7/jdk/test/java/util/Formattable/
H A DStockName.java46 public void formatTo(Formatter fmt, int f, int width, int precision) { method in class:StockName

Completed in 48 milliseconds