FormattableFlags


FormattableFlags java.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  } 



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net