Uses of Class
java.util.Formatter
Package | Description |
---|---|
java.util |
Contains the collections framework, some internationalization support classes,
a service loader, properties, random number generation, string parsing
and scanning classes, base64 encoding and decoding, a bit array, and
several miscellaneous utility classes.
|
-
Uses of Formatter in java.util
Methods in java.util that return Formatter Modifier and Type Method Description Formatter
Formatter. format(String format, Object... args)
Writes a formatted string to this object's destination using the specified format string and arguments.Formatter
Formatter. format(Locale l, String format, Object... args)
Writes a formatted string to this object's destination using the specified locale, format string, and arguments.