Returns the length of this string. The length is equal to the number of 16-bit Unicode characters in the string.
()
| 563 | * Returns the length of this string. The length is equal to the number of 16-bit Unicode characters in the string. |
| 564 | */ |
| 565 | public int length(){ |
| 566 | return count; |
| 567 | } |
| 568 | |
| 569 | /** |
| 570 | * Compares the specified string to this string and compares the specified |
no outgoing calls