| Interface | Description |
|---|---|
| MapKeyProxy<K> |
Implementation of the Map with customize hash and equals functions.
|
| Class | Description |
|---|---|
| Assert |
Assertion utils, where all method can throw the
IllegalArgumentException exception only. |
| CustomMap<K,V> |
Implementation of the Map interface where methods
hash() and equals() can be customized for all the Map. |
| CustomMap.DefaultMapKey<K> |
A default implementation of the Map with customized hash() and equals() functions.
|
| Check |
Common checker.
|
| JdbcBuilder |
PrepareStatement builder support
|
| MessageArg<T> |
Message Argument
|
| MessageService |
Message Service.
|
| MsgFormatter |
Formatter of log messages where argument is located by the
{} characters. |
| SimpleValuePrinter |
Print values to an output
|
| ValueFormatter |
Formatter of log messages where argument is located by the
{} characters. |
Copyright 2015, Pavel Ponec