| BOM |
Adding and remove BOM (byteordermark) UTF-8 headers.
|
| Concurrents |
Concurrent utilities.
|
| Contained |
Simple utility class, that checks if an element is in an (vararg) array.
|
| Generics |
Helpermethods, that simplify working with generics.
|
| JmxUtil |
MBean helper, registers MBeans with given package-name.
|
| JvmUtil |
Provides access to information about the currently running JVM and some process-control.
|
| JvmUtil.TerminateBuilder |
Builder to terminate the JVM
|
| Measure |
Measures invokation of Runnables/Callables in milliseconds.
|
| MessageBox |
Print generic message-boxes to the logging system
|
| Pair<K,V> |
Simple key/value pair.
Alternative suggested implementations (although jackson deserialization has issues):
java.util.AbstractMap.SimpleEntry
subclasses of org.apache.commons.lang3.tuple.Pair
|
| Retryable |
Invokes a Callable/ExceptionalRunnable until it runs without Exception the specified times of retries.
|
| Sugar |
Simple syntax sugar/shortener
|
| Validations |
Validates an object using the javax validation api.
|