hunt.util.Appendable

Undocumented in source.

Members

Interfaces

Appendable
interface Appendable

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.

Meta