public final class InterruptibleMatchingString extends Object implements CharSequence
| Constructor and Description |
|---|
InterruptibleMatchingString(CharSequence string) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchars, codePoints, toStringpublic InterruptibleMatchingString(CharSequence string)
public char charAt(int index)
charAt in interface CharSequencepublic int length()
length in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequenceCopyright © 2021. All rights reserved.