Package | Description |
---|---|
java.text |
Modifier and Type | Method and Description |
---|---|
abstract StringBuffer |
DateFormat.format(Date date,
StringBuffer buffer,
FieldPosition field)
Formats the specified date as a string using the pattern of this date
format and appends the string to the specified string buffer.
|
StringBuffer |
SimpleDateFormat.format(Date date,
StringBuffer dest,
FieldPosition pos) |
StringBuffer |
ChoiceFormat.format(double num,
StringBuffer app,
FieldPosition pos) |
StringBuffer |
DecimalFormat.format(double number,
StringBuffer dest,
FieldPosition pos) |
abstract StringBuffer |
NumberFormat.format(double number,
StringBuffer buf,
FieldPosition pos) |
StringBuffer |
ChoiceFormat.format(long num,
StringBuffer app,
FieldPosition pos) |
StringBuffer |
DecimalFormat.format(long number,
StringBuffer dest,
FieldPosition pos) |
abstract StringBuffer |
NumberFormat.format(long number,
StringBuffer buf,
FieldPosition pos) |
StringBuffer |
MessageFormat.format(Object[] args,
StringBuffer dest,
FieldPosition pos) |
StringBuffer |
DateFormat.format(Object object,
StringBuffer buffer,
FieldPosition field)
Formats the specified object as a string using the pattern of this date
format and appends the string to the specified string buffer.
|
abstract StringBuffer |
Format.format(Object obj,
StringBuffer appendBuf,
FieldPosition pos)
Appends the specified object to the specified string buffer using the
rules of this format.
|
StringBuffer |
MessageFormat.format(Object obj,
StringBuffer dest,
FieldPosition pos) |
StringBuffer |
NumberFormat.format(Object number,
StringBuffer buf,
FieldPosition pos) |