|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AppendableCharSequence
Defines a CharSequence to which characters can be appended
Method Summary | |
---|---|
void |
append(CharSequence chars)
Append characters to this CharSequence |
void |
setLength(int length)
Set the length. |
Methods inherited from interface java.lang.CharSequence |
---|
charAt, length, subSequence, toString |
Method Detail |
---|
void append(CharSequence chars)
chars
- the characters to be appendedvoid setLength(int length)
length
- the new length
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |