public interface GetChars extends CharSequence
Modifier and Type | Method and Description |
---|---|
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, toString