@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.
-
Interface Summary Interface Description CheckedConsumer<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.MapFactory A factory which creates thread-safe map instances.NamingScheme An enforced style of naming. -
Class Summary Class Description EnumLookup Utility class to cache more flexible enum lookup.MapFactories Default implementations ofMapFactory
.Strings Extra string utilities.Types Utility methods for working with generic types.UnmodifiableCollections Provides a set of methods that produce unmodifiable copies of collections. -
Enum Summary Enum Description NamingSchemes Standard naming schemes.