()
| 207 | |
| 208 | /// Returns the length (character count) of this string buffer. |
| 209 | public int length(){ |
| 210 | return 0; //TODO codavaj!! |
| 211 | } |
| 212 | |
| 213 | /// The character sequence contained in this string buffer is replaced by the reverse of the sequence. |
| 214 | /// Let n be the length of the old character sequence, the one contained in the string buffer just prior to execution of the reverse method. Then the character at index k in the new character sequence is equal to the character at index n-k-1 in the old character sequence. |
no outgoing calls
no test coverage detected