Returns the number of characters in this sequence. @return the number of characters.
()
| 30 | * @return the number of characters. |
| 31 | */ |
| 32 | public int length(); |
| 33 | |
| 34 | /** |
| 35 | * Returns the character at the specified index, with the first character |
no outgoing calls