Uses of Class
cc.carm.lib.configuration.builder.list.SectionListBuilder
-
Packages that use SectionListBuilder Package Description cc.carm.lib.configuration.builder.list -
-
Uses of SectionListBuilder in cc.carm.lib.configuration.builder.list
Methods in cc.carm.lib.configuration.builder.list that return SectionListBuilder Modifier and Type Method Description <LIST extends java.util.List<V>>
SectionListBuilder<V>SectionListBuilder. construct(LIST list)
SectionListBuilder<V>
SectionListBuilder. constructor(@NotNull java.util.function.Supplier<? extends java.util.List<V>> constructor)
@NotNull SectionListBuilder<V>
SectionListBuilder. defaults(@NotNull java.util.Collection<V> values)
@NotNull SectionListBuilder<V>
SectionListBuilder. defaults(@NotNull V... values)
@NotNull SectionListBuilder<V>
ConfigListBuilder. fromSection()
protected @NotNull SectionListBuilder<V>
SectionListBuilder. self()
-