public interface GetChars extends CharSequence
| 限定符和类型 | 方法和说明 |
|---|---|
void |
getChars(int start,
int end,
char[] dest,
int destoff)
Exactly like String.getChars(): copy chars
start
through end - 1 from this CharSequence into dest
beginning at offset destoff. |
charAt, chars, codePoints, length, subSequence, toStringCopyright © 2021. All rights reserved.