| CaseUtils |
Provides support for camelCase, snake_case, and other kinds
of case conversions.
|
| CodeWriter |
Helper class for generating code.
|
| FunctionalUtils |
Utilities for working with functions, predicates, etc.
|
| IoUtils |
Utilities for IO operations.
|
| ListUtils |
Immutable List utilities to polyfill Java 9+ features.
|
| MapUtils |
Immutable Map utilities to polyfill Java 9+ features.
|
| MediaType |
Implements a simple media type parser based on the Content-Type grammar defined in
RFC 7231.
|
| OptionalUtils |
Functions that make working with optionals easier.
|
| Pair<L,R> |
Generic immutable pair of values.
|
| SetUtils |
Immutable Set utilities to polyfill Java 9+ features.
|
| SimpleParser |
A simple expression parser that can be extended to implement parsers
for small domain specific languages.
|
| StringUtils |
Operations on String that are null safe.
|