(java.lang.String suffix)
| 161 | |
| 162 | /// Tests if this string ends with the specified suffix. |
| 163 | public boolean endsWith(java.lang.String suffix){ |
| 164 | return false; //TODO codavaj!! |
| 165 | } |
| 166 | |
| 167 | /// Compares this string to the specified object. The result is true if and only if the argument is not null and is a String object that represents the same sequence of characters as this object. |
| 168 | public boolean equals(java.lang.Object anObject){ |
no outgoing calls
no test coverage detected