| Interface | Description |
|---|---|
| BufferOverflowListener<E> |
This is a convenient interface to get the removed items from the backing
FIFOQueue. |
| Computable |
An easy convenient interface to compute the business logic required.
|
| Shutdownable |
A Shutdownable is an service or an object that can be shutdown.
|
| StringPool |
Pool of
String constants to prevent repeating of
hard-coded String literals in the code. |
| TimerTaskReceiver |
An convenient interface which receives the
EnhancedTimerTask events
to update the processing Engine. |
| Class | Description |
|---|---|
| AbstractConfigFileReader |
Common configuration entry parser class.
|
| ArrayUtils |
Array related general day to day used operations.
|
| BooleanUtils |
Operations on boolean primitives and Boolean objects.
|
| ClassUtils |
Class related utilities.
|
| EnhancedTimerTask |
A task that is executed at a specified time.
|
| FIFOQueue<E> |
It adds the thread-safe functionality to the
LinkedList where all the
operations from/to this list are synchronized.And it adds the fixed size functionality too to LinkedList where as
LinkedList does not provide it by default. |
| FileUtils |
TODO Description go here.
|
| GCThread |
A Utility thread to request the GC Activity in background mode.
Usage: GCThread.GCThread.requestGC(); |
| GlobalThread |
An global singleton
SafeThread instance.Created for distribution ease. |
| IntegerUtils |
Operations on
Integer that are
null safe. |
| ListUtils |
TODO Description go here.
|
| MapUtils |
TODO Description go here.
|
| ObjectUtils |
Various object utilities.
|
| PrintScreen |
Modified for adding java doc.
|
| RandomUtils |
Related to the random utility functions.
|
| RapidFastMap<K,V> |
A
RapidFastMap which provides a fast map with concurrency. |
| ReflectUtil |
Various java.lang.reflect utilities.
|
| RegexUtils |
Regular expression utils.
|
| SafeThread |
An Synchronized RealTime Event storing and processing thread.
|
| SafeThreadFactory |
The Safe thread factory which sets/resets the task's running status flag to
avoid the duplicate execution of same kind.
|
| SSLUtils |
The Class SSLTool.
|
| StopWatch |
An Utility StopWatch which prints the elapsed time details in milli seconds.
|
| StreamUtils |
Optimized byte and character stream utilities.
|
| StringUtils |
/**
|
| WrapperUtils |
Utility methods required for wrapper classes.
|
| XMLUtils |
XML related utilities
|
| Enum | Description |
|---|---|
| ShutdownMode |
/** An
Enum that lists shutdown modes. |
Copyright © 2016 utils4j. All Rights Reserved.