| Interface | Description |
|---|---|
| Task<T> |
Although any
Runnable or Callable can be
submitted to TaskExecutor for execution but Task offer better
control during execution. |
| Class | Description |
|---|---|
| ArrayUtils |
ArrayUtils has convenience methods for java arrays. |
| CharUtils |
Utility class to provide convinience methods involving java characters.
|
| CollectionUtils |
Common utility methods for java collections
|
| ConfigLoader |
Utility to read configuration files (must be key/value pair based
configuration files).
|
| DateUtils |
Utility class to offer convenience methods around Date and Calendar objects.
|
| FileUtil | |
| HashGenerationUtils | |
| LoggerUtil |
JUL default output handler i.e.
|
| MathUtils |
Utility methods for calculations.
|
| ObjectUtils |
Utility class for common operations on various objects
|
| StringUtils |
An utility class for
String operations. |
| TaskExecutor |
Task executor is a wrapper around java
Executor
framework. |
| ThreadState |
There are many independent threads that are run within SDK; for various
reasons, Java Executor service can not deployed to replace them.
|
| UUIDGenerator |
UUIDGenerator is a wrapper around the java provided UUID. |
Copyright © 2019. All rights reserved.