| Class |
Description |
| Booleans |
|
| CharArrays |
Helper class similar to Arrays to handle conversions for Char arrays
|
| CheckedFunction<T,R,E extends java.lang.Exception> |
A Function-like interface which allows throwing checked exceptions.
|
| CompletableContext<T> |
A thread-safe completable context that allows listeners to be attached.
|
| Glob |
Utility class for glob-like matching
|
| IOUtils |
Utilities for common I/O methods.
|
| JarHell |
Simple check for duplicate class files across the classpath.
|
| JavaVersion |
|
| Nullable |
The presence of this annotation on a method parameter indicates that
null is an acceptable value for that parameter.
|
| PathUtils |
Utilities for creating a Path from names,
or accessing the default FileSystem.
|
| Streams |
Simple utility methods for file and stream copying.
|
| SuppressForbidden |
Annotation to suppress forbidden-apis errors inside a whole class, a method, or a field.
|
| TimeValue |
|
| Tuple<V1,V2> |
|