Summary:
Detail:
TStringBuffer()
TStringBuffer(int capacity)
TStringBuffer(String str)
StringBuffer
append(byte value)
append(char value)
append(double value)
append(float value)
append(int value)
append(long value)
append(short value)
append(Object value)
append(String str)
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
toString
Object