Example usage for Java java.util FormattableFlags fields, constructors, methods, implement or subclass
The text is from its open source code.
int | LEFT_JUSTIFY Left-justifies the output. |
int | UPPERCASE Converts the output to upper case according to the rules of the java.util.Locale locale given during creation of the formatter argument of the Formattable#formatTo formatTo() method. |
int | ALTERNATE Requires the output to use an alternate form. |