|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.healthmarketscience.common.util | |
|---|---|
| com.healthmarketscience.common.util | |
| Classes in com.healthmarketscience.common.util used by com.healthmarketscience.common.util | |
|---|---|
| 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). |
|
| 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). |
|
| PassthroughException
This exception is useful for copying internal exceptions within one classloader so that they can be inspected within another classloader (after serialization/deserialization) without throwing ClassNotFoundException (or related exceptions). |
|
| 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. |
|
| Tuple1
Simple class for holding a single typed object (useful for returning additional objects from a method call). |
|
| Tuple2
Simple class for holding a pair of typed objects. |
|
| Tuple3
Simple class for holding 3 typed objects. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||