Name

FormattableFlags

Synopsis

This class defines three constants representing flags that may be passed as a bitmask to the Formattable.formatTo( ) method. See Formattable for the interpretation of these flags.

public class FormattableFlags {
// No Constructor
                  // Public Constants
     public static final int ALTERNATE;                                  =4
     public static final int LEFT_JUSTIFY;                               =1
     public static final int UPPERCASE;                                  =2
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.