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