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> T
boolean
remove
(Profile.Section section) void
setComment
(String value) Methods inherited from class org.ini4j.CommonMultiMap
clear, getComment, putAll, putComment, remove, remove, removeComment
Methods inherited from class org.ini4j.BasicMultiMap
add, add, containsKey, containsValue, entrySet, get, get, getAll, isEmpty, keySet, length, put, put, putAll, size, toString, values
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.ini4j.CommentedMap
getComment, putComment, removeComment
Methods 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:
getComment
in interfaceProfile
-
setComment
- Specified by:
setComment
in interfaceProfile
-
add
-
add
-
as
-
as
-
fetch
-
fetch
-
get
-
get
-
put
-
remove
-
remove
-