anvil.util
Class Format

java.lang.Object
  |
  +--anvil.util.Format

public class Format
extends java.lang.Object


Field Summary
static byte FLAG_ADJUST_LEFT
           
static byte FLAG_WITH_SIGN
           
static byte FLAG_WITH_ZEROS
           
static int STATE_INITIAL
           
static int STATE_PRECISION
           
static int TYPE_BOOLEAN
           
static int TYPE_CHAR
           
static int TYPE_DOUBLE
           
static int TYPE_DOUBLE_SIGNIFICANT
           
static int TYPE_LONG
           
static int TYPE_STRING
           
 
Constructor Summary
Format()
           
 
Method Summary
static java.lang.String format(java.lang.String format, Any[] arguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_BOOLEAN

public static final int TYPE_BOOLEAN
See Also:
Constant Field Values

TYPE_LONG

public static final int TYPE_LONG
See Also:
Constant Field Values

TYPE_DOUBLE

public static final int TYPE_DOUBLE
See Also:
Constant Field Values

TYPE_DOUBLE_SIGNIFICANT

public static final int TYPE_DOUBLE_SIGNIFICANT
See Also:
Constant Field Values

TYPE_STRING

public static final int TYPE_STRING
See Also:
Constant Field Values

TYPE_CHAR

public static final int TYPE_CHAR
See Also:
Constant Field Values

FLAG_ADJUST_LEFT

public static final byte FLAG_ADJUST_LEFT
See Also:
Constant Field Values

FLAG_WITH_SIGN

public static final byte FLAG_WITH_SIGN
See Also:
Constant Field Values

FLAG_WITH_ZEROS

public static final byte FLAG_WITH_ZEROS
See Also:
Constant Field Values

STATE_INITIAL

public static final int STATE_INITIAL
See Also:
Constant Field Values

STATE_PRECISION

public static final int STATE_PRECISION
See Also:
Constant Field Values
Constructor Detail

Format

public Format()
Method Detail

format

public static final java.lang.String format(java.lang.String format,
                                            Any[] arguments)