| Interface | Description |
|---|---|
| Factory<T> |
Interface to make use of the object factory pattern.
|
| KeyGenerator | |
| Validator<T> |
| Class | Description |
|---|---|
| CollectionUtils | |
| Conditionals | |
| DataUtils | |
| EnumComparator<T extends java.lang.Enum<T>> | |
| IdentityWrapper<T> |
Overrides equals and hashcode to
|
| Interval | |
| KeyGenerator.KEYGEN_128 |
KeyGenerator implementation which generates a random UUID as a key. |
| KeyGenerator.KEYGEN_64 |
KeyGenerator implementation which generates a random 64 bit key. |
| Pair<A,B> | |
| Pair.Comparator1to1<T extends java.lang.Comparable<T>> | |
| Pair.Comparator2to2<T extends java.lang.Comparable<T>> | |
| Pair.Final<C,D> | |
| Pair.NameValue<C,D> | |
| PasswordHash | |
| RandomUtils | |
| StringUtils | |
| TimeUtils |
| Exception | Description |
|---|---|
| ProgrammerException |