Interface SectionMappable.Set

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

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

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