Package org.ini4j
Class BasicProfile
- All Implemented Interfaces:
Serializable,Map<String,,Profile.Section> CommentedMap<String,,Profile.Section> MultiMap<String,,Profile.Section> Profile
- Direct Known Subclasses:
BasicRegistry,Ini
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ini4j.Profile
Profile.Section -
Field Summary
Fields inherited from interface org.ini4j.Profile
PATH_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid<T> T<T> T<T> T<T> Tbooleanremove(Profile.Section section) voidsetComment(String value) Methods inherited from class org.ini4j.CommonMultiMap
clear, getComment, putAll, putComment, remove, remove, removeCommentMethods inherited from class org.ini4j.BasicMultiMap
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, valuesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.ini4j.CommentedMap
getComment, putComment, removeCommentMethods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, replace, replace, replaceAll, size, values
-
Constructor Details
-
BasicProfile
public BasicProfile() -
BasicProfile
public BasicProfile(boolean treeMode, boolean propertyFirstUpper)
-
-
Method Details
-
getComment
- Specified by:
getCommentin interfaceProfile
-
setComment
- Specified by:
setCommentin interfaceProfile
-
add
-
add
-
as
-
as
-
fetch
-
fetch
-
get
-
get
-
put
-
remove
-
remove
-