public interface AppendableCharSequence extends CharSequence
| Modifier and Type | Method and Description |
|---|---|
void |
append(CharSequence chars)
Append characters to this CharSequence
|
void |
setLength(int length)
Set the length.
|
charAt, length, subSequence, toStringvoid append(CharSequence chars)
chars - the characters to be appendedvoid setLength(int length)
length - the new lengthCopyright (c) 2004-2013 Saxonica Limited. All rights reserved.