Team LiB
Previous Section Next Section

FormattableFlagsjava.util

Java 5.0

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
}

    Team LiB
    Previous Section Next Section