StringBuilder
A java.lang.String implementation.
| Methods |
| StringBuilder |
append(String x)
Append the given value.
|
| StringBuilder |
append(String x)
Append the given value.
Parameters:
x - the value
Returns:
this
|
| StringBuilder |
append(int x)
Append the given value.
|
| StringBuilder |
append(int x)
Append the given value.
Parameters:
x - the value
Returns:
this
|
| String |
toString()
|
| String |
toString()
|