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, toString
void append(CharSequence chars)
chars
- the characters to be appendedvoid setLength(int length)
length
- the new lengthCopyright (c) 2004-2014 Saxonica Limited. All rights reserved.