public interface IniSection extends ProxyList<IniProperty>, IniElement
| Modifier and Type | Method and Description |
|---|---|
List<IniProperty> |
getList()
get IniProperty list.
|
List<IniProperty> |
getList(Supplier<List<IniProperty>> listSupplier)
get IniProperty list.
|
String |
toPropertiesString()
toString, with all iniProperties value.
|
add, add, addAll, addAll, clear, contains, containsAll, get, getProxyList, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArrayequals, hashCode, replaceAll, sort, spliteratorparallelStream, removeIf, streamclearComment, getComment, getCommentOptional, getOriginalValue, isComment, isProperty, isSection, line, setValue, setValue, toCompleteString, toNoCommentString, toString, valuecharAt, chars, codePoints, length, subSequenceString toPropertiesString()
List<IniProperty> getList()
List<IniProperty> getList(Supplier<List<IniProperty>> listSupplier)
listSupplier - ini property list supplierCopyright © 2021. All rights reserved.