| AlphaNumericComparator<T> |
This is a comparator to perform a mix of alphabetical+numeric comparison.
|
| ClassServiceLoader |
A simplified version of the ServiceLoader in the JDK.
|
| EnhancedProperties |
Extends the java.util.Properties stuff to provide typed accessors to get property values as boolean, int, etc.
|
| Krb5Utils |
|
| ListComparator<T extends java.lang.Comparable> |
Implementatino of a Comparator for List's of Comparable objects
|
| ListenerSupport<T extends java.util.EventListener> |
Base class for a collection of listeners
|
| NamespaceUtils |
Utility methods for working with namespaces
|
| NaturalOrderComparator<T extends java.lang.Comparable<T>> |
Simple Comparator implementation which can be used for Comparable objects.
|
| PrefixMapping |
A class to convert URI's to QNames.
|
| ServiceLoaders |
Wrapper around the Java ServiceLoader class which returns collections of instances of an interface as opposed to
iterators over instances that the normal ServiceLoader returns.
|
| ShutDownHookManager |
Shutdown hook manager which unifies all logic with object's lifecycle;
|
| StackTrace |
|
| ThreadDump |
A convenience class for getting a thread dump.
|
| ToStringComparator<T> |
| Tuple |
A simple Tuple object.
|