{@inheritDoc} @since 2018/09/20
(int __i)
| 320 | * @since 2018/09/20 |
| 321 | */ |
| 322 | @Override |
| 323 | public char charAt(int __i) |
| 324 | throws IndexOutOfBoundsException |
| 325 | { |
| 326 | // Bounds checking is handled by the sequence |
| 327 | return this._sequence.charAt(__i); |
| 328 | } |
| 329 | |
| 330 | /** |
| 331 | * Compares the character values of this string and compares it to the |
no test coverage detected