public class CompositeCharSequence extends Object implements CharSequence
| Constructor and Description |
|---|
CompositeCharSequence(CharSequence[] components) |
| Modifier and Type | Method and Description |
|---|---|
char |
charAt(int index) |
CharSequence[] |
getComponents() |
int |
length() |
CharSequence |
subSequence(int start,
int end) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitchars, codePoints, toStringpublic CompositeCharSequence(CharSequence[] components)
public CharSequence[] getComponents()
public int length()
length in interface CharSequencepublic char charAt(int index)
charAt in interface CharSequencepublic CharSequence subSequence(int start, int end)
subSequence in interface CharSequence