See: Description
| Class | Description | 
|---|---|
| CaseInsensitiveString | CaseInsensitiveString is designed to be a String-like Object which is fast in
 dealing with case sensitive comparisons in "consistent with equals"
 situations. | 
| NumberUtilities | A Set of utilities related to java.lang.Number. | 
| ObjectUtil | ObjectUtilities are various utility methods for dealing with all
 java.lang.Object objects. | 
| StringUtil | StringUtil is a utility class designed to provide utility methods when
 working with java.lang.String Objects. | 
| Error | Description | 
|---|---|
| UnreachableError | An UnreachableError is an error caused by code that the programmer thought
 was Unreachable. |