Interface IniProperty

All Superinterfaces:
CharSequence, IniElement, Map.Entry<String,String>, Serializable
All Known Implementing Classes:
IniPropertyImpl

public interface IniProperty extends Map.Entry<String,String>, IniElement
Ini file's parameters, like property1=value1
Since:
Java 17+
Author:
Kimi Liu