public interface IniComment extends IniElement
| Modifier and Type | Method and Description |
|---|---|
default void |
clearComment()
clear comment (if exists).
|
default IniComment |
getComment()
there may be comments at the end of each element.
|
default String |
toNoCommentString()
like
IniElement.toString(), without comment value(if exists). |
getCommentOptional, getOriginalValue, isComment, isProperty, isSection, line, setValue, setValue, toCompleteString, toString, valuecharAt, chars, codePoints, length, subSequencedefault IniComment getComment()
IniElement.getCommentOptional().getComment in interface IniElementIniElement.getCommentOptional()default void clearComment()
clearComment in interface IniElementdefault String toNoCommentString()
IniElement.toString(), without comment value(if exists).
comment to no comment string? no, return original value.toNoCommentString in interface IniElementCopyright © 2022. All rights reserved.