All Classes
-
All Classes Interface Summary Class Summary Annotation Types Summary Class Description AbstractRefCounted A basic RefCounted implementation that is initialized with a ref count of 1 and callsAbstractRefCounted.closeInternal()
once it reaches a 0 ref countBooleans CharArrays Helper class similar to Arrays to handle conversions for Char arraysCheckedFunction<T,R,E extends java.lang.Exception> AFunction
-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 matchingIOUtils 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 thatnull
is an acceptable value for that parameter.PathUtils Utilities for creating a Path from names, or accessing the default FileSystem.RefCounted An interface for objects that need to be notified when all reference to itself are not in user anymore.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>