Lines Matching refs:Formattable
63 * provided through the {@link Formattable} interface.
303 * "{@code null}". If <i>arg</i> implements {@link Formattable}, then
304 * {@link Formattable#formatTo arg.formatTo} is invoked. Otherwise, the
591 * <p> <sup>1</sup> Depends on the definition of {@link Formattable}.
732 * "{@code null}". If the argument implements {@link Formattable}, then
733 * its {@link Formattable#formatTo formatTo} method is invoked.
738 * Formattable} , then a {@link FormatFlagsConversionMismatchException}
2827 if (arg instanceof Formattable) {
2831 ((Formattable)arg).formatTo(fmt, f.valueOf(), width, precision);
4139 // duplicate declarations from Formattable.java
4259 // if (arg instanceof Formattable) arg.formatTo()