Frames | No Frames |
Methods with return type gnu.gcj.runtime.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(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 String value of the argument to this StringBuffer .
|
StringBuffer | Append the String to this StringBuffer .
|
StringBuffer | StringBuffer.append(long lnum) Append the String value of the argument to this StringBuffer .
|