public interface SafeAppendable
extends java.lang.Appendable
Appendable interface that doesn't throw exceptions| Modifier and Type | Method and Description |
|---|---|
SafeAppendable |
append(char c) |
SafeAppendable |
append(java.lang.CharSequence csq) |
SafeAppendable |
append(java.lang.CharSequence csq,
int start,
int end) |
SafeAppendable append(char c)
append in interface java.lang.AppendableSafeAppendable append(java.lang.CharSequence csq, int start, int end)
append in interface java.lang.AppendableSafeAppendable append(java.lang.CharSequence csq)
append in interface java.lang.Appendable