|
Class Summary |
| BackoffCallable<T> |
|
| BeanUtils |
|
| Category<T> |
|
| CategoryItem<T> |
|
| ClassUtils |
Extend jakarta commons-lang class utility to add more functionality |
| Constants |
|
| CookieUtils |
|
| DateRange |
|
| DateUtils |
|
| DbUtils |
|
| DependencyHelper |
|
| EasyList |
|
| EasyMap |
|
| EasySet |
|
| ExceptionUtils |
|
| FileUtils |
|
| HessianSerializationUtils |
|
| HibernateUtils |
|
| IdentityMutex |
|
| LockUtils |
|
| MiscUtils |
|
| Pair<FirstType,SecondType> |
|
| ResourceUtils |
|
| RetryingFutureTask |
A future task that supports retries by resubmitting itself to an
ExecutorService. |
| RingBuffer<T> |
Modeled after Imax disruptor ringbuffer (see http://lmax-exchange.github.com/disruptor/),
but this is a simple clone, and it is not thread-safe. |
| Selectable<T> |
|
| ServletUtils |
|
| SimpleCacheItem<T> |
|
| SimpleCalendar |
|
| Single<T> |
|
| StreamPiper |
|
| StringUtils |
|
| SystemUtils |
|
| TimeUtils |
|
| Triple<FirstType,SecondType,ThirdType> |
|
| UpgradableReadWriteLock |
|
| Util |
This class provides utility functions which can be used in expressions and
velocity templates. |
| VelocityUtils |
|
| Version |
A version composed of major, minor, patch, qualifier and build. |
| WaitableHashMap<K,V> |
Waitable hash map provides an additional method to the map interface: waitFor(key, timeout). |
| WordUtils |
|