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, wait
chars, codePoints, toString
public CompositeCharSequence(CharSequence[] components)
public CharSequence[] getComponents()
public int length()
length
in interface CharSequence
public char charAt(int index)
charAt
in interface CharSequence
public CharSequence subSequence(int start, int end)
subSequence
in interface CharSequence