Package org.ini4j
Interface Profile
- All Superinterfaces:
CommentedMap<String,
,Profile.Section> Map<String,
,Profile.Section> MultiMap<String,
Profile.Section>
- All Known Subinterfaces:
Registry
- All Known Implementing Classes:
BasicProfile
,BasicRegistry
,Ini
,Reg
,Wini
public interface Profile
extends MultiMap<String,Profile.Section>, CommentedMap<String,Profile.Section>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
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 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
-
Field Details
-
PATH_SEPARATOR
static final char PATH_SEPARATOR- See Also:
-
-
Method Details
-
getComment
String getComment() -
setComment
-
add
-
add
-
as
-
as
-
fetch
-
fetch
-
get
-
get
-
put
-
remove
-
remove
- Specified by:
remove
in interfaceMap<String,
Profile.Section>
-