An object to which {@code char} sequences and values can be appended. The {@code Appendable} interface must be implemented by any class whose instances are intended to receive formatted output from a formatter.
See Source File