Package | Description |
---|---|
java.io | |
java.lang | |
java.text |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringWriter.getBuffer() |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringBuffer.append(boolean b) |
StringBuffer |
StringBuffer.append(char c) |
StringBuffer |
StringBuffer.append(char[] str) |
StringBuffer |
StringBuffer.append(char[] str,
int offset,
int len) |
StringBuffer |
StringBuffer.append(double d) |
StringBuffer |
StringBuffer.append(float f) |
StringBuffer |
StringBuffer.append(int i) |
StringBuffer |
StringBuffer.append(long l) |
StringBuffer |
StringBuffer.append(Object obj) |
StringBuffer |
StringBuffer.append(String s) |
StringBuffer |
StringBuffer.append(StringBuffer buf) |
StringBuffer |
StringBuffer.delete(int start,
int end) |
StringBuffer |
StringBuffer.deleteCharAt(int index) |
StringBuffer |
StringBuffer.insert(int offset,
boolean b) |
StringBuffer |
StringBuffer.insert(int offset,
char c) |
StringBuffer |
StringBuffer.insert(int offset,
char[] str) |
StringBuffer |
StringBuffer.insert(int offset,
char[] str,
int stroffset,
int strlen) |
StringBuffer |
StringBuffer.insert(int offset,
double d) |
StringBuffer |
StringBuffer.insert(int offset,
float f) |
StringBuffer |
StringBuffer.insert(int offset,
int i) |
StringBuffer |
StringBuffer.insert(int offset,
long l) |
StringBuffer |
StringBuffer.insert(int offset,
Object obj) |
StringBuffer |
StringBuffer.insert(int offset,
String str) |
StringBuffer |
StringBuffer.replace(int start,
int end,
String str) |
StringBuffer |
StringBuffer.reverse() |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringBuffer.append(StringBuffer buf) |
boolean |
String.contentEquals(StringBuffer buf) |
Constructor and Description |
---|
String(StringBuffer value) |
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) |
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) |