anvil.util
Class Format
java.lang.Object
|
+--anvil.util.Format
- public class Format
- extends java.lang.Object
|
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 |
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
Format
public Format()
format
public static final java.lang.String format(java.lang.String format,
Any[] arguments)