SpannedStringpublic final class SpannedString extends SpannableStringInternal implements CharSequence, GetChars, SpannedThis is the class for text whose content and markup are immutable.
For mutable markup, see {@link SpannableString}; for mutable text,
see {@link SpannableStringBuilder}. |
Constructors Summary |
---|
public SpannedString(CharSequence source)
super(source, 0, source.length());
| private SpannedString(CharSequence source, int start, int end)
super(source, start, end);
|
|