Package | Description |
---|---|
java.util |
Utilities
|
Modifier and Type | Method and Description |
---|---|
Formatter |
Formatter.format(Locale loc,
String fmt,
Object... args)
Outputs a formatted string based on the supplied specification,
fmt , and its arguments using the specified locale. |
Formatter |
Formatter.format(String format,
Object... args)
Outputs a formatted string based on the supplied specification,
fmt , and its arguments using the formatter's locale. |
Modifier and Type | Method and Description |
---|---|
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.
|