Module org.klojang.util
Package org.klojang.util
package org.klojang.util
Utility classes for working with strings, numbers, arrays, collections, etc.
-
ClassDescriptionAnyTuple2<T,
U> Generic 2-tuple of arbitrarily typed objects, both of which are allowed to benull
.Methods for working with arrays.Provides metadata about an array type.Methods for inspecting types.Methods extending the Java Collection framework.Methods related to exception handling.ARuntimeException
thrown in response to various dynamic invocation errors.Dynamic invocation utility methods.I/O-related methods.Math-related methods.This annotation is meant to be applied to publicly accessible elements within the exported packages of a Java 9+ module that should nevertheless be treated as module-private.The ubiquitous mutable-integer class.General methods applicable to objects of any type.Defines ways to increase the capacity of backing arrays and other types of internally managed buffers and caches.Methods for working with strings.Tuple2<T,U> Generic 2-tuple of arbitrarily typed, non-null objects.