|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Appendee
Should be implemented by an object which can append itself to an
AppendableExt object, where the work of generating a result for
toString()
would itself involve the appending of multiple
CharSequences (Strings, etc).
In general, it is expected that the data appended to the AppendableExt an
appendTo(com.healthmarketscience.common.util.AppendableExt)
invocation be the same as the result of a call to
Object.toString()
. If this is not the case, it should be clearly
documented in the class.
Method Summary | |
---|---|
void |
appendTo(AppendableExt a)
Appends this object to the given AppendableExt. |
Method Detail |
---|
void appendTo(AppendableExt a) throws IOException
a
- the AppendableExt to which this class should append itself
IOException
- if the append fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |