Package io.github.pr0methean.betterrandom.util
Miscellaneous utilities.
-
Interface Summary Interface Description Dumpable Object that can be dumped (written for debugging purposes to a more detailed string representation than whatObject.toString()
returns).SerializableFunction<T,R> SerializableFunction
.SerializableLongFunction<R> SerializableLongFunction
.SerializableSupplier<T> SerializableSupplier
. -
Class Summary Class Description Looper Wraps a thread that loops a given task until interrupted, with the iterations being transactional. -
Enum Summary Enum Description BinaryUtils Utility methods for working with binary and hex data.Byte16ArrayArithmetic Collection of arithmetic methods that treatbyte[16]
arrays as 128-bit unsigned integers.MoreCollections Utility methods relating to collections. -
Annotation Types Summary Annotation Type Description EntryPoint Marks a method or constructor as an entry point, so that IntelliJ's code inspections won't decide it's unused.