Package org.spongepowered.configurate.util
@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
package org.spongepowered.configurate.util
Utilities for implementation.
Most of these classes will not need to be directly referenced, but help support other components of the library.
-
ClassDescriptionCheckedConsumer<V,
E extends Throwable> A functional interface similar to Consumer, except allowing contained methods to throw exceptions.CheckedFunction<I,O, E extends Exception> A function with one input and one output which may throw a checked exception.CheckedSupplier<V,E extends Throwable> A functional interface similar to Supplier, except allowing contained methods to throw exceptions.Utility class to cache more flexible enum lookup.Default implementations ofMapFactory
.A factory which creates thread-safe map instances.An enforced style of naming.Standard naming schemes.Extra string utilities.Utility methods for working with generic types.Provides a set of methods that produce unmodifiable copies of collections.