java.lang.CharSequenceFastStringBuffer, LargeStringBufferpublic interface AppendableCharSequence
extends java.lang.CharSequence
| Modifier and Type | Method | Description |
|---|---|---|
void |
append(java.lang.CharSequence chars) |
Append characters to this CharSequence
|
void |
setLength(int length) |
Set the length.
|
void append(java.lang.CharSequence chars)
chars - the characters to be appendedvoid setLength(int length)
length - the new length