| Class | Description |
|---|---|
| BuiltInNamingStrategies |
Re-adapted from Gson's FieldNamingPolicy, licensed under Apache 2.0
|
| Classes |
A utility class for dealing with wrapping and unwrapping of primitive
types
|
| Collections |
Provides utilities for dealing with collections and iterators.
|
| CommandPaths | |
| InstanceCreator |
A utility that tries multiple ways of obtaining an instance
of a certain type.
|
| Lazy |
Re-adapted from Guava's Suppliers class, to use the MemoizingSupplier (renamed
to LazySupplier)
|
| Numbers | |
| Preconditions |
A utility class to check for preconditions of functions, allowing
to catch problematic user input early on.
|
| Reflections | |
| StackTraceSanitizer |
A utility for stripping stacktrace from local paths to classes.
|
| StackTraceSanitizer.Builder | |
| Strings |
General utilities for string operations
|
| Strings.StringRange |