@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class)
See: Description
| Interface | Description |
|---|---|
| CanonicalStringSet.Canonicalizer |
An idempotent function which maps an arbitrary object to its canonical
string representation.
|
| ExceptionBuilder<C extends Exception,X 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,X 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,X extends Exception> |
An interface for pooling strategies.
|
| Pool.Releasable<X extends Exception> |
This interface is designed to be used with Pools which enable their
resources to release itself.
|
| Class | Description |
|---|---|
| AbstractExceptionBuilder<C extends Exception,X 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.
|
| BitFieldBeanInfo |
Provides a persistence delegate to support
XMLEncoder/XMLDecoder. |
| CanonicalStringSet |
An abstract set of the canonical string representation of objects in
natural sort order.
|
| FilteringIterator<T> |
An iterator which filters another iterator by means of its
FilteringIterator.accept(Object) method. |
| HashMaps |
Static utility methods for hash maps.
|
| InheritableThreadLocalStack<T> |
An inheritable thread local stack of elements.
|
| JointEnumeration<E> |
Concatenates two enumerations.
|
| JointIterator<E> |
An iterator which concatenates the elements of two other iterators.
|
| JSE7 |
Holds a static boolean telling us if the JSE 7 API is availabe to this
JVM.
|
| Links |
Static utility methods for links.
|
| Resource<X extends Exception> |
An abstract closeable resource.
|
| 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.
|
| ThreadGroups |
Static utility methods for
ThreadGroups. |
| Threads |
Static utility methods for
Threads. |
| Throwables |
Static utility methods for
Throwables. |
| 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.
|
| Exception | Description |
|---|---|
| QuotedUriSyntaxException |
Quotes the input string before passing it to the super class constructor.
|
| Error | Description |
|---|---|
| ControlFlowException |
Indicates a condition which requires non-local control flow.
|
Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.