|
Class Summary |
| Assert |
Assert utility class that assists in validating arguments. |
| ClassUtils |
Miscellaneous class utility methods. |
| DomUtils |
Convenience methods for working with the DOM API,
in particular for working with DOM Nodes and DOM Elements. |
| DTDEntityResolver |
|
| FastHashMap |
A customized implementation of java.util.HashMap designed to
operate in a multithreaded environment where the large majority of method
calls are read-only, instead of structural changes. |
| FieldInvoker |
|
| JdkVersion |
Helper class used to find the current Java/JDK version. |
| MethodInvoker |
Helper class that allows to specify a method to invoke in a
declarative fashion, be it static or non-static. |
| MultiIOReader |
A Reader implementation which wraps several
Readers and reads them sequentially. |
| ObjectUtils |
Miscellaneous object utility methods. |
| Parameter |
A serializable Enum class. |
| ResourceHelper |
|
| ReverseStringReader |
A character stream whose source is a string. reverses the string. |
| StringReader |
|
| StringUtils |
Miscellaneous string utility methods. |