| 接口 | 说明 |
|---|---|
| GetChars |
Please implement this interface if your CharSequence has a
getChars() method like the one in String that is faster than
calling charAt() multiple times.
|
| TextUtils.StringSplitter |
An interface for splitting strings according to rules that are opaque to the user of this
interface.
|
| 类 | 说明 |
|---|---|
| TextUtils |
文本工具类
修改自
android.text.TextUtil |
| 枚举 | 说明 |
|---|---|
| TextUtils.TruncateAt |
Copyright © 2020. All rights reserved.