| Interface | Description |
|---|---|
| CanonicalStringSet.Canonicalizer |
An idempotent function which maps an arbitrary object to its canonical
string representation.
|
| ExceptionBuilder<C extends Exception,E extends Exception> |
An exception builder is an exception handler which assembles an exception
of the parameter type
T from one or more exceptions of the parameter
type C. |
| ExceptionHandler<C extends Exception,E extends Exception> |
A generic callback interface designed to be implemented by client
applications in order to inject an exception handling strategy into a
cooperative algorithm as its dependency.
|
| Link<T> |
A link has a nullable
target property. |
| Pool<R,E extends Exception> |
An interface for pooling strategies.
|
| Pool.Releasable<E extends Exception> |
This interface is designed to be used with Pools which enable their
resources to release itself.
|
| Class | Description |
|---|---|
| AbstractExceptionBuilder<C extends Exception,E extends Exception> |
Abstract implementation of an exception builder.
|
| ArrayHelper |
Provides static utility methods for arrays.
|
| BitField<E extends Enum<E>> |
A type-safe, immutable set of enums which emulates the concept of a bit
field, i.e. a set of predefined bits.
|
| BitFieldBeanInfo |
Provides a persistence delegate to support
XMLEncoder/XMLDecoder. |
| CanonicalStringSet |
An abstract set of the canonical string representation of objects in
natural sort order.
|
| JointEnumeration<E> |
Concatenates two enumerations.
|
| JointIterator<E> |
An iterator which concatenates the elements of two other iterators.
|
| Link.Type.Phantom<T> |
Adapts its subclass to the
Link interface. |
| Link.Type.Soft<T> |
Adapts its subclass to the
Link interface. |
| Link.Type.Strong<T> |
A strong reference.
|
| Link.Type.Weak<T> |
Adapts its subclass to the
Link interface. |
| Links |
Provides static utility methods for links.
|
| ServiceLocator |
Provides utility methods for convenient class, resource and service location
which is designed to work in both OSGi and JEE environments.
|
| SuffixSet |
An ordered set of canonicalized suffixes.
|
| SuffixSet.SuffixMapper |
A canonicalizer for file suffixes.
|
| UriBuilder | |
| UriDecoder | |
| UriEncoder |
| Enum | Description |
|---|---|
| Link.Type |
A factory for links which defines the terms and conditions for clearing
their target.
|
| UriEncoder.Encoding |
Defines the escape sequences for illegal characters in various URI
components.
|
General utility classes.
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.