Returns the length of this string. @return The length of this string. @since 2018/09/19
()
| 819 | * @since 2018/09/19 |
| 820 | */ |
| 821 | public int length() |
| 822 | { |
| 823 | return this._sequence.length(); |
| 824 | } |
| 825 | |
| 826 | public boolean regionMatches(int __a, String __b, int __c, int __d) |
| 827 | { |