GNU Classpath (0.95) | |
Frames | No Frames |
Methods with parameter type java.lang.StringBuffer | |
Matcher | |
StringBuffer |
Methods with return type java.lang.StringBuffer | |
StringBuffer |
Methods with parameter type java.lang.StringBuffer | |
StringBuffer | Returns the pattern with the formatted objects.
|
StringBuffer | This method appends the appropriate format string to the specified
StringBuffer based on the supplied double
argument.
|
StringBuffer | Produce a formatted String representation of this double.
|
StringBuffer | This method formats the specified double and appends it to
a StringBuffer .
|
StringBuffer | This method formats the specified Object into a date string
and appends it to the specified StringBuffer .
|
StringBuffer | Produce a formatted String representation of this object.
|
StringBuffer | This method formats an Object into a String and
appends the String to a StringBuffer .
|
StringBuffer | Returns the pattern with the formatted objects. |
StringBuffer | |
StringBuffer | This method formats a Date into a string and appends it
to the specified StringBuffer .
|
StringBuffer | |
StringBuffer | This method appends the appropriate format string to the specified
StringBuffer based on the supplied long
argument.
|
StringBuffer | Produce a formatted String representation of this long.
|
StringBuffer | This method formats the specified long and appends it to
a StringBuffer .
|
Methods with return type java.lang.StringBuffer | |
StringBuffer | Returns the pattern with the formatted objects.
|
StringBuffer | This method appends the appropriate format string to the specified
StringBuffer based on the supplied double
argument.
|
StringBuffer | Produce a formatted String representation of this double.
|
StringBuffer | This method formats the specified double and appends it to
a StringBuffer .
|
StringBuffer | This method formats the specified Object into a date string
and appends it to the specified StringBuffer .
|
StringBuffer | Produce a formatted String representation of this object.
|
StringBuffer | This method formats an Object into a String and
appends the String to a StringBuffer .
|
StringBuffer | Returns the pattern with the formatted objects. |
StringBuffer | |
StringBuffer | This method formats a Date into a string and appends it
to the specified StringBuffer .
|
StringBuffer | |
StringBuffer | This method appends the appropriate format string to the specified
StringBuffer based on the supplied long
argument.
|
StringBuffer | Produce a formatted String representation of this long.
|
StringBuffer | This method formats the specified long and appends it to
a StringBuffer .
|
Constructors with parameter type java.lang.StringBuffer | |
Creates a new String using the character sequence represented by
the StringBuffer. |
Methods with parameter type java.lang.StringBuffer | |
StringBuffer | Append the StringBuffer value of the argument to this
StringBuffer . |
StringBuilder | Append the StringBuilder value of the argument to this
StringBuilder . |
boolean | Compares the given StringBuffer to this String. |
Methods with return type java.lang.StringBuffer | |
StringBuffer | StringBuffer.append(boolean bool) Append the String value of the argument to this
StringBuffer . |
StringBuffer | StringBuffer.append(char ch) Append the char to this StringBuffer .
|
StringBuffer | StringBuffer.append(char[] data) Append the char array to this StringBuffer .
|
StringBuffer | StringBuffer.append(char[] data, int offset, int count) Append part of the char array to this
StringBuffer . |
StringBuffer | StringBuffer.append(double dnum) Append the String value of the argument to this
StringBuffer . |
StringBuffer | StringBuffer.append(float fnum) Append the String value of the argument to this
StringBuffer . |
StringBuffer | StringBuffer.append(int inum) Append the String value of the argument to this
StringBuffer . |
StringBuffer | Append the characters in the CharSequence to this
buffer.
|
StringBuffer | Append some characters from the CharSequence to this
buffer. |
StringBuffer | Append the String value of the argument to this
StringBuffer . |
StringBuffer | Append the String to this StringBuffer . |
StringBuffer | Append the StringBuffer value of the argument to this
StringBuffer . |
StringBuffer | StringBuffer.append(long lnum) Append the String value of the argument to this
StringBuffer . |
StringBuffer | StringBuffer.appendCodePoint(int code) Append the code point to this StringBuffer .
|
StringBuffer | StringBuffer.delete(int start, int end) Delete characters from this StringBuffer .
|
StringBuffer | StringBuffer.deleteCharAt(int index) Delete a character from this StringBuffer .
|
StringBuffer | StringBuffer.insert(int offset, boolean bool) Insert the String value of the argument into this
StringBuffer . |
StringBuffer | StringBuffer.insert(int offset, char ch) Insert the char argument into this StringBuffer .
|
StringBuffer | StringBuffer.insert(int offset, char[] data) Insert the char[] argument into this
StringBuffer .
|
StringBuffer | StringBuffer.insert(int offset, char[] str, int str_offset, int len) Insert a subarray of the char[] argument into this
StringBuffer .
|
StringBuffer | StringBuffer.insert(int offset, double dnum) Insert the String value of the argument into this
StringBuffer . |
StringBuffer | StringBuffer.insert(int offset, float fnum) Insert the String value of the argument into this
StringBuffer . |
StringBuffer | StringBuffer.insert(int offset, int inum) Insert the String value of the argument into this
StringBuffer . |
StringBuffer | Insert the CharSequence argument into this
StringBuffer . |
StringBuffer | Insert a subsequence of the CharSequence argument into this
StringBuffer . |
StringBuffer | Insert the String value of the argument into this
StringBuffer . |
StringBuffer | Insert the String argument into this
StringBuffer . |
StringBuffer | StringBuffer.insert(int offset, long lnum) Insert the String value of the argument into this
StringBuffer . |
StringBuffer | Replace characters between index start (inclusive) and
end (exclusive) with str . |
StringBuffer | Reverse the characters in this StringBuffer. |
Methods with parameter type java.lang.StringBuffer | |
boolean | Parse DTD document declarations. |
Methods with return type java.lang.StringBuffer | |
StringBuffer | This method returns the StringBuffer object that this
object is writing to. |
GNU Classpath (0.95) |