| Interface | Description |
|---|---|
| Catcher<S> |
A catcher of errors and exceptions.
|
| Equator<T> |
A comparator that tests for absolute equality between two objects.
|
| Typifier |
A tester of type membership.
|
| Class | Description |
|---|---|
| Catcher.U |
Catcher utilities.
|
| Catcher00<S> |
The null implementation of a catcher.
|
| Catcher0R<S> |
A null implementation of a catcher that re-throws all errors and exceptions.
|
| CatcherL<S> |
A catcher that logs exceptions, but rethrows errors.
|
| CatcherP<S> |
A catcher that prints exceptions to the standard error stream,
but rethrows errors.
|
| IntegerX |
Integer utilities.
|
| ObjectX |
Object utilities.
|
| ProcessX |
Process utilities.
|
| StringBuilderX |
StringBuilder utilities.
|
| ThreadSafe.U |
Thread-safety utilities.
|
| ThreadX |
An extended Thread, and Thread utilities.
|
| ThreadX.UncaughtExceptionLogger |
A handler that logs uncaught exceptions and errors using the thread's associated
logger.
|
| ThreadX.UncaughtExceptionPrinter |
A handler that prints stack traces of uncaught exceptions and errors to the
standard error stream.
|
| ThrowableX |
Throwable utilities.
|
| Annotation Type | Description |
|---|---|
| ThreadRestricted |
Warns that access to a field, constructor or method is restricted to a particular
thread, or to a thread that holds a particular lock.
|
| ThreadSafe |
Indicates thread safety of fields, constructors and methods.
|
| Warning |
Conveys a warning.
|
Using an inline HTML link (as opposed to an inline Javadoc @link) in a
member's javadoc comment causes the member to be omitted from the summary/index
section of the rendered javadocs (1.7.0_06). A workaround is to move the link into an
@see line.
java.lang