| Class | Description |
|---|---|
| Assertions | |
| Base64 |
Utility package for base64 encoding and decoding.
|
| ByteUtil |
Utility package for byte manipulation.
|
| CollectionUtil | |
| EqualsHashCodeBuilder |
Builder to simplify implementing the
Object.equals(Object) and
Object.hashCode() methods. |
| GUID |
Create a globally unique identifier.
|
| IOUtil |
IO Utilities
|
| Pair<T1,T2> |
An arbitrary pair of objects.
|
| ReflectionUtil | |
| StringPrintWriter |
Simple extension of PrintWriter so you don't have to create a StringWriter to
pass to it, when you want the functionality of PrintWriter but you want it in
a buffer.
|
| StringUtil | |
| Version |
Encapsulates a version number.
|
| XmlUtil |