public class InterruptibleCharSequence extends Object implements CharSequence
| Constructor and Description |
|---|
InterruptibleCharSequence(CharSequence inner) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitchars, codePointspublic InterruptibleCharSequence(CharSequence inner)
public char charAt(int index)
charAt in interface CharSequencepublic int length()
length in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequence