public interface BasicStringBufferLike
| Modifier and Type | Method and Description |
|---|---|
void |
append(char c) |
void |
append(String s) |
StringLike |
toStringLike() |
Object |
unwrap() |
void append(char c)
void append(String s)
StringLike toStringLike()
Object unwrap()