| Interface | Description |
|---|---|
| ObjectFactory<T> |
An object whose role is producing other objects.
|
| Class | Description |
|---|---|
| CharSequenceUtil |
Static utility methods for working with arbitrary character sequences.
|
| ClassTable<T> |
A threadsafe
Map<Class,T> |
| ClassUtil |
Static utility methods for working with class instances.
|
| NamedThreadFactory |
A
ThreadFactory implementation that allows
the user to specify a prefix name for each thread. |
| NumberUtil |
A collection of static methods for working with subclasses of
Number. |
| ObjectUtil |
Static utility methods for working with objects.
|
| StringBuilderUtil |
A collection of static methods for manipulating StringBuilders.
|
| StringCanon |
Maintains a canonical list of strings, similar to
String.intern()
but without the impact on permgen space. |
| StringUtil |
A collection of static utility methods for working with Strings.
|
| ThreadUtil |
Static utility methods for working with threads.
|
| Exception | Description |
|---|---|
| UnreachableCodeException |
Use this exception as a trap for code paths that you never expect to
be executed (eg, the default clause in an enum-based switch).
|