Uses of Class gnu.gcj.runtime.StringBuffer

Uses in package gnu.gcj.runtime

Methods with return type gnu.gcj.runtime.StringBuffer

StringBuffer
StringBuffer.append(boolean bool)
Append the String value of the argument to this StringBuffer.
StringBuffer
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.