Class IniSectionImpl

java.lang.Object
org.aoju.bus.setting.magic.AbstractElement
org.aoju.bus.setting.magic.IniSectionImpl
All Implemented Interfaces:
Serializable, CharSequence, Iterable<IniProperty>, Collection<IniProperty>, List<IniProperty>, SequencedCollection<IniProperty>, IniElement, IniSection, ProxyList<IniProperty>

public class IniSectionImpl extends AbstractElement implements IniSection
Ini file's Section
Since:
Java 17+
Author:
Kimi Liu
See Also: