March 2005
Beginner to intermediate
1254 pages
104h 21m
English
FormattableFlags
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 }
Read now
Unlock full access