| Interface | Description |
|---|---|
| MultiValueMap<K,V> |
Extension of the
Map interface that stores multiple values. |
| TypeReference<T> |
Marker interface to provide generic type information.
|
| Class | Description |
|---|---|
| Assert |
Assertion utility class that assists in validating arguments.
|
| CollectionUtils |
Miscellaneous collection utility methods.
|
| IoUtils |
IO-related utility methods
|
| LinkedCaseInsensitiveMap<V> |
LinkedHashMap variant that stores String keys in a case-insensitive manner, for
example for key-based access in a results table. |
| LinkedMultiValueMap<K,V> |
Simple implementation of
MultiValueMap that wraps a LinkedHashMap, storing
multiple values in a LinkedList. |
| ObjectUtils |
Miscellaneous object utility methods.
|
| PartitionedReferencePile<T> | |
| StringUtils |
Miscellaneous
String utility methods. |
| TypeUtils | |
| UUIDUtils |
Helper for creating random and Type 1 (time-based) UUIDs.
|