Interface IniSectionCreator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
section create function
- Since:
- Java 17+
- Author:
- Kimi Liu
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate(String value, int line, IniComment comment) create a section by value
-
Field Details
-
DEFAULT
-
-
Method Details
-
create
create a section by value- Parameters:
value- valueline- line numbercomment- comment, nullable- Returns:
IniSection
-