(java.lang.String prefix)
| 360 | |
| 361 | /// Tests if this string starts with the specified prefix. |
| 362 | public boolean startsWith(java.lang.String prefix){ |
| 363 | return false; //TODO codavaj!! |
| 364 | } |
| 365 | |
| 366 | /// Tests if this string starts with the specified prefix beginning at the specified index. |
| 367 | public boolean startsWith(java.lang.String prefix, int toffset){ |
no outgoing calls
no test coverage detected