Uses of Class java.util.Formatter

Uses in package java.util

Methods with parameter type java.util.Formatter

void
Formattable.formatTo(Formatter formatter, int flags, int width, int precision)
Formats the object using the supplied formatter to the specification provided by the given flags, width and precision.

Methods with return type java.util.Formatter

Formatter
Formatter.format(String format, java.lang.Object... args)
Outputs a formatted string based on the supplied specification, fmt, and its arguments using the formatter's locale.
Formatter
Formatter.format(Locale loc, String fmt, java.lang.Object... args)
Outputs a formatted string based on the supplied specification, fmt, and its arguments using the specified locale.