Java java.util FormattableFlags fields, constructors, methods, implement or subclass

Example usage for Java java.util FormattableFlags fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.util FormattableFlags.

The text is from its open source code.

Field

intLEFT_JUSTIFY
Left-justifies the output.
intUPPERCASE
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.
intALTERNATE
Requires the output to use an alternate form.