goog.string.StringBuffer |
opt_a1
: *=
Optional first initial item to append.
|
var_args
: ...*
Other initial items to
append, e.g., new goog.string.StringBuffer('foo', 'bar').
|
Appends one or more items to the buffer.
Calling this with null, undefined, or empty arguments is an error.
Arguments:
Returns: !goog.string.StringBuffer
This same StringBuffer object.
|
code » | ||||
![]()
Clears the internal buffer.
|
code » | ||||
No description.
Returns: number
the length of the current contents of the buffer.
|
code » | ||||
![]()
Sets the contents of the string buffer object, replacing what's currently
there.
Arguments:
|
code » | ||||
No description.
Returns: string
The concatenated string.
|
code » |
![]()
Internal buffer for the string to be concatenated.
|
Code » |