Returns the length (character count) of this string buffer.
()
| 285 | * Returns the length (character count) of this string buffer. |
| 286 | */ |
| 287 | public int length(){ |
| 288 | return internal.length(); |
| 289 | } |
| 290 | |
| 291 | /** |
| 292 | * The character sequence contained in this string buffer is replaced by the reverse of the sequence. |
no test coverage detected