| BooleanResult |
Utility class to store a boolean result and a message to explain the reason why the result is either true, false or undetermined (null).
|
| CollectionUtils |
|
| EnumLocalizeNameHelper<EnumType extends Enum<?>> |
Utility class that provides utility methods to return a localized string for a given enum type constant in the specified resource bundle.
|
| EqualityUtils |
This class aggregates common functions to check for equality between objects.
|
| Pair<K,V> |
Generic class to represent a relation between two different objects (the key and the value).
|
| PasswordEncryptor |
Generic class to encrypt a password according to the MED5 algorithm.
|
| PropertiesManager |
Utility class to help loading and looking for any property in a Java Properties map.
|
| StringNormalizer |
Utility class providing some methods to normalize strings.
|
| StringUtils |
Utility class that groups commons operations related to strings.
|