Class IniPropertyImpl

java.lang.Object
org.aoju.bus.setting.magic.AbstractElement
org.aoju.bus.setting.magic.IniPropertyImpl
All Implemented Interfaces:
Serializable, CharSequence, Map.Entry<String,String>, IniElement, IniProperty

public class IniPropertyImpl extends AbstractElement implements IniProperty
Ini file's parameters, like property1=value1
Since:
Java 17+
Author:
Kimi Liu
See Also: