Returns the size of this string. @return the number of characters in this string.
()
| 1186 | * @return the number of characters in this string. |
| 1187 | */ |
| 1188 | public int length() { |
| 1189 | return count; |
| 1190 | } |
| 1191 | |
| 1192 | /** |
| 1193 | * Compares the specified string to this string and compares the specified |
no outgoing calls
no test coverage detected