StringBuilder
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
append(str: *): * |
|
| public |
appendChar(str: *): * |
|
| public |
insert(offset: *, str: *): * |
|
| public |
length(): * |
|
| public |
replace(start: *, end: *, str: *): * |
|
| public |
setLength(length: *): * |
|
| public |
toString(): * |
|