Convenience for replace(length(), length(), text, 0, text.length()) @see #replace(int, int, CharSequence, int, int)
(CharSequence text)
| 76 | * @see #replace(int, int, CharSequence, int, int) |
| 77 | */ |
| 78 | public Editable append(CharSequence text); |
| 79 | |
| 80 | /** |
| 81 | * Convenience for replace(length(), length(), text, start, end) |
no outgoing calls