| java.lang.Object java.text.Format gnu.text.ReportFormat gnu.text.CompoundFormat
All known Subclasses: gnu.kawa.functions.LispFormat,
length | protected int length(Code) | | |
CompoundFormat | public CompoundFormat(Format[] formats, int length)(Code) | | |
Methods inherited from gnu.text.ReportFormat | abstract public int format(Object[] args, int start, Writer dst, FieldPosition fpos) throws java.io.IOException(Code)(Java Doc) public int format(Object arg, int start, Writer dst, FieldPosition fpos) throws java.io.IOException(Code)(Java Doc) public StringBuffer format(Object obj, StringBuffer sbuf, FieldPosition fpos)(Code)(Java Doc) public int format(Object[] args, int start, StringBuffer sbuf, FieldPosition fpos)(Code)(Java Doc) public static int format(Format fmt, Object[] args, int start, Writer dst, FieldPosition fpos) throws java.io.IOException(Code)(Java Doc) public static int format(Format fmt, Object[] args, int start, StringBuffer sbuf, FieldPosition fpos)(Code)(Java Doc) public static int getParam(Object arg, int defaultValue)(Code)(Java Doc) protected static int getParam(int param, int defaultValue, Object[] args, int start)(Code)(Java Doc) protected static char getParam(int param, char defaultValue, Object[] args, int start)(Code)(Java Doc) public static int nextArg(int result)(Code)(Java Doc) public Object parseObject(String text, java.text.ParsePosition status)(Code)(Java Doc) public static void print(Writer dst, String str) throws java.io.IOException(Code)(Java Doc) public static void print(Object value, Consumer out)(Code)(Java Doc) public static int result(int resultCode, int nextArg)(Code)(Java Doc) public static int resultCode(int result)(Code)(Java Doc)
|
|
|