| Class | Description |
|---|---|
| CharSequenceList |
An
Appendable buffer of character data,similar to StringBuilder and
StringBuffer), except rather than copying the contents to an array of characters,
it keeps a list of references to the original CharSequences. |
Copyright © 2015. All Rights Reserved.