()
| 384 | |
| 385 | /// Converts this string to a new character array. |
| 386 | public char[] toCharArray(){ |
| 387 | return null; //TODO codavaj!! |
| 388 | } |
| 389 | |
| 390 | /// Converts all of the characters in this String to lower case. |
| 391 | public java.lang.String toLowerCase(){ |
no outgoing calls
no test coverage detected