| Interface | Description |
|---|---|
| Copyable<T> | |
| Object2IntFunction<T> |
Created by covers1624 on 16/5/21.
|
| SneakyUtils.ThrowingConsumer<T,E extends java.lang.Throwable> | |
| SneakyUtils.ThrowingFunction<T,R,E extends java.lang.Throwable> | |
| SneakyUtils.ThrowingRunnable<E extends java.lang.Throwable> | |
| SneakyUtils.ThrowingSupplier<T,E extends java.lang.Throwable> |
| Class | Description |
|---|---|
| CrashLock |
A simple crash lock.
|
| DataUtils |
Created by covers1624 on 22/11/21.
|
| HashUtils |
Created by covers1624 on 22/1/21.
|
| JavaPathUtils |
Created by covers1624 on 31/5/21.
|
| LazyValue<T> |
A simple Holder object to lazily compute some value.
|
| MultiHasher |
Capable of creating multiple
HashCodes from an input. |
| MultiHasher.HashFunc |
Represents a HashFunction.
|
| MultiHasher.HashResult |
Represents a completed result from this
MultiHasher. |
| Once |
A simple single use latch.
|
| ProcessUtils |
Created by covers1624 on 31/5/21.
|
| ReflectUtils |
Utilities for performing Reflection.
|
| SneakyUtils |
Contains some utilities for ignoring compiler warnings in specific cases, or
completely ignoring exceptions, Plus other random lambda based utilities.
|
| Exception | Description |
|---|---|
| SneakyUtils.NotPossibleException |