Interface SectionMappable.List

All Superinterfaces:
BaseBuilder<SectionMappable.List>, Copyable<SectionMappable.List>, Iterable<Map.Entry<Integer,List<org.bukkit.configuration.ConfigurationSection>>>, Map<Integer,List<org.bukkit.configuration.ConfigurationSection>>, Mappable<org.bukkit.configuration.ConfigurationSection,List<org.bukkit.configuration.ConfigurationSection>,SectionMappable.List>, Mappable.BaseList<org.bukkit.configuration.ConfigurationSection,SectionMappable.List>, SectionMappable<List<org.bukkit.configuration.ConfigurationSection>,SectionMappable.List>
Enclosing interface:
SectionMappable<C extends Collection<org.bukkit.configuration.ConfigurationSection>,S extends SectionMappable<C,S>>

public static interface SectionMappable.List extends SectionMappable<List<org.bukkit.configuration.ConfigurationSection>,SectionMappable.List>, Mappable.BaseList<org.bukkit.configuration.ConfigurationSection,SectionMappable.List>
Represents a SectionMappable implementation backed by a List.

This sub-interface extends both SectionMappable and Mappable.BaseList to provide default methods for converting and transforming configuration sections into lists. No additional implementation is required beyond instantiating it via the static methods.