public interface CharSequence
Modifier and Type | Method and Description |
---|---|
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
char charAt(int index)
int length()
CharSequence subSequence(int start, int end)
Copyright © 2018. All rights reserved.