| Interface | Description | 
|---|---|
| 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). | 
| Class | Description | 
|---|---|
| AppendableExt | 
 Wrapper for an Appendable which adds the ability for objects to append
 themselves directly to the given Appendable instead of creating
 intermediate CharSequence objects (Strings, etc). 
 | 
| AppendeeObject | 
 Simple subclass for objects wishing to use the AppendableExt/Appendee
 interface in new class hierarchies. 
 | 
| StringAppendableExt | 
 Simple extension of AppendableExt that swallows IOExceptions under the
 assumption that it will generally be used with Appendables which do not
 actually throw any IOExceptions (i.e. 
 | 
Copyright © 2006–2021 OpenHMS. All rights reserved.