| GNU Classpath (0.95) | |
| Frames | No Frames | 
| Constructors with parameter type java.lang.StringBuilder | |
|  Creates a new String using the character sequence represented by
 the StringBuilder.  | |
| Methods with return type java.lang.StringBuilder | |
| StringBuilder | StringBuilder.append(boolean bool)  Append the  Stringvalue of the argument to thisStringBuilder. | 
| StringBuilder | StringBuilder.append(char ch)  Append the  charto thisStringBuilder. | 
| StringBuilder | StringBuilder.append(char[] data)  Append the  chararray to thisStringBuilder. | 
| StringBuilder | StringBuilder.append(char[] data, int offset, int count)  Append part of the  chararray to thisStringBuilder. | 
| StringBuilder | StringBuilder.append(double dnum)  Append the  Stringvalue of the argument to thisStringBuilder. | 
| StringBuilder | StringBuilder.append(float fnum)  Append the  Stringvalue of the argument to thisStringBuilder. | 
| StringBuilder | StringBuilder.append(int inum)  Append the  Stringvalue of the argument to thisStringBuilder. | 
| StringBuilder |  Append the characters in the  CharSequenceto this
 buffer. | 
| StringBuilder |  Append some characters from the  CharSequenceto this
 buffer. | 
| StringBuilder |  Append the  Stringvalue of the argument to thisStringBuilder. | 
| StringBuilder |  Append the  Stringto thisStringBuilder. | 
| StringBuilder |  Append the  StringBuildervalue of the argument to thisStringBuilder. | 
| StringBuilder | StringBuilder.append(long lnum)  Append the  Stringvalue of the argument to thisStringBuilder. | 
| StringBuilder | StringBuilder.appendCodePoint(int code)  Append the code point to this  StringBuilder. | 
| StringBuilder | StringBuilder.delete(int start, int end)  Delete characters from this  StringBuilder. | 
| StringBuilder | StringBuilder.deleteCharAt(int index)  Delete a character from this  StringBuilder. | 
| StringBuilder | StringBuilder.insert(int offset, boolean bool)  Insert the  Stringvalue of the argument into thisStringBuilder. | 
| StringBuilder | StringBuilder.insert(int offset, char ch)  Insert the  charargument into thisStringBuilder. | 
| StringBuilder | StringBuilder.insert(int offset, char[] data)  Insert the  char[]argument into thisStringBuilder. | 
| StringBuilder | StringBuilder.insert(int offset, char[] str, int str_offset, int len)  Insert a subarray of the  char[]argument into thisStringBuilder. | 
| StringBuilder | StringBuilder.insert(int offset, double dnum)  Insert the  Stringvalue of the argument into thisStringBuilder. | 
| StringBuilder | StringBuilder.insert(int offset, float fnum)  Insert the  Stringvalue of the argument into thisStringBuilder. | 
| StringBuilder | StringBuilder.insert(int offset, int inum)  Insert the  Stringvalue of the argument into thisStringBuilder. | 
| StringBuilder |  Insert the  CharSequenceargument into thisStringBuilder. | 
| StringBuilder |  Insert a subsequence of the  CharSequenceargument into thisStringBuilder. | 
| StringBuilder |  Insert the  Stringvalue of the argument into thisStringBuilder. | 
| StringBuilder |  Insert the  Stringargument into thisStringBuilder. | 
| StringBuilder | StringBuilder.insert(int offset, long lnum)  Insert the  Stringvalue of the argument into thisStringBuilder. | 
| StringBuilder |  Replace characters between index  start(inclusive) andend(exclusive) withstr. | 
| StringBuilder |  Reverse the characters in this StringBuilder.  | 
| GNU Classpath (0.95) |