Interface IniElement

All Superinterfaces:
CharSequence, Serializable
All Known Subinterfaces:
IniComment, IniProperty, IniSection
All Known Implementing Classes:
AbstractElement, IniCommentImpl, IniPropertyImpl, IniSectionImpl

public interface IniElement extends CharSequence, Serializable
IniElement, like sections, properties, comments. they all can be like String .
Since:
Java 17+
Author:
Kimi Liu