| Class | Description |
|---|---|
| Cache<K,V> | Deprecated
use Cojen
Cache interface |
| ExceptionUtils | |
| Random |
Collection of thread-safe methods for generating random numbers.
|
| ScheduledTask<E extends Throwable> |
Runnable intended for scheduling tasks which passes uncaught exceptions to
the current thread's uncaught exception handler.
|
| ThreadPool |
Custom thread pool implementation which is slightly more efficient than the
default JDK1.6 thread pool and also provides scheduling services.
|
| ThrottledExecutor |
Utility class which can throttle the activity of
Asynchronous methods. |
| Timer |
Measures time remaining from an initial duration.
|
| Wrapper<B,D> |
Automatically generates objects which delegate method invocations to another
object.
|
Copyright © 2006–2015 Cojen. All rights reserved.