Returns the length (character count) of this string builder.
()
| 440 | * Returns the length (character count) of this string builder. |
| 441 | */ |
| 442 | public int length(){ |
| 443 | return count; |
| 444 | } |
| 445 | |
| 446 | /** |
| 447 | * The character sequence contained in this string builder is replaced by the reverse of the sequence. |
no outgoing calls