Uses of Class
cc.carm.lib.configuration.value.impl.CollectionConfigValue
Packages that use CollectionConfigValue
Package
Description
-
Uses of CollectionConfigValue in cc.carm.lib.configuration.builder.collection
Classes in cc.carm.lib.configuration.builder.collection with type parameters of type CollectionConfigValueModifier and TypeClassDescriptionclass
SectionCollectionBuilder<V,
C extends Collection<V>, RESULT extends CollectionConfigValue<V, C, ?>, SELF extends SectionCollectionBuilder<V, C, RESULT, SELF>> class
SimpleCollectionCreator<V,
C extends Collection<V>, RESULT extends CollectionConfigValue<V, C, ?>> static class
SimpleCollectionCreator.Section<V,
C extends Collection<V>, RESULT extends CollectionConfigValue<V, C, ?>> static class
SimpleCollectionCreator.Source<SOURCE,
V, C extends Collection<V>, RESULT extends CollectionConfigValue<V, C, ?>> class
SourceCollectionBuilder<SOURCE,
V, C extends Collection<V>, RESULT extends CollectionConfigValue<V, C, ?>, SELF extends SourceCollectionBuilder<SOURCE, V, C, RESULT, SELF>> Methods in cc.carm.lib.configuration.builder.collection with type parameters of type CollectionConfigValueModifier and TypeMethodDescriptionstatic <V,
C extends Collection<V>, RESULT extends CollectionConfigValue<V, C, ?>>
@NotNull SimpleCollectionCreator<V, C, RESULT> SimpleCollectionCreator.create
(@NotNull ValueType<V> type, @NotNull Supplier<? extends C> defaultConstructor, @NotNull SimpleCollectionCreator.CollectionValueFactory<V, C, RESULT> factory) -
Uses of CollectionConfigValue in cc.carm.lib.configuration.value.impl
Classes in cc.carm.lib.configuration.value.impl with type parameters of type CollectionConfigValueModifier and TypeClassDescriptionclass
CollectionConfigValue<V,
C extends Collection<V>, SELF extends CollectionConfigValue<V, C, SELF>> -
Uses of CollectionConfigValue in cc.carm.lib.configuration.value.standard
Subclasses of CollectionConfigValue in cc.carm.lib.configuration.value.standard