Package org.ini4j
Class BasicRegistry
- All Implemented Interfaces:
Serializable
,Map<String,
,Profile.Section> CommentedMap<String,
,Profile.Section> MultiMap<String,
,Profile.Section> Profile
,Registry
- Direct Known Subclasses:
Reg
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.ini4j.Profile
Profile.Section
Nested classes/interfaces inherited from interface org.ini4j.Registry
Registry.Hive, Registry.Key, Registry.Type
-
Field Summary
Fields inherited from interface org.ini4j.Profile
PATH_SEPARATOR
Fields inherited from interface org.ini4j.Registry
ESCAPE_CHAR, FILE_ENCODING, KEY_SEPARATOR, LINE_SEPARATOR, TYPE_SEPARATOR, VERSION
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionput
(String key, Profile.Section value) put
(String key, Profile.Section value, int index) remove
(Profile.Section section) void
setVersion
(String value) Methods inherited from class org.ini4j.BasicProfile
add, as, as, fetch, fetch, get, get, getComment, put, remove, setComment
Methods inherited from class org.ini4j.CommonMultiMap
clear, getComment, putAll, putComment, removeComment
Methods inherited from class org.ini4j.BasicMultiMap
add, add, containsKey, containsValue, entrySet, getAll, isEmpty, keySet, length, 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, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, replace, replace, replaceAll, size, values
-
Constructor Details
-
BasicRegistry
public BasicRegistry()
-
-
Method Details
-
getVersion
- Specified by:
getVersion
in interfaceRegistry
-
setVersion
- Specified by:
setVersion
in interfaceRegistry
-
add
- Specified by:
add
in interfaceProfile
- Overrides:
add
in classBasicProfile
-
get
- Specified by:
get
in interfaceMap<String,
Profile.Section> - Specified by:
get
in interfaceRegistry
- Overrides:
get
in classBasicMultiMap<String,
Profile.Section>
-
get
- Specified by:
get
in interfaceMultiMap<String,
Profile.Section> - Specified by:
get
in interfaceRegistry
- Overrides:
get
in classBasicMultiMap<String,
Profile.Section>
-
put
- Specified by:
put
in interfaceMap<String,
Profile.Section> - Specified by:
put
in interfaceRegistry
- Overrides:
put
in classBasicMultiMap<String,
Profile.Section>
-
put
- Specified by:
put
in interfaceMultiMap<String,
Profile.Section> - Specified by:
put
in interfaceRegistry
- Overrides:
put
in classBasicMultiMap<String,
Profile.Section>
-
remove
- Specified by:
remove
in interfaceProfile
- Overrides:
remove
in classBasicProfile
-
remove
- Specified by:
remove
in interfaceMap<String,
Profile.Section> - Specified by:
remove
in interfaceRegistry
- Overrides:
remove
in classCommonMultiMap<String,
Profile.Section>
-
remove
- Specified by:
remove
in interfaceMultiMap<String,
Profile.Section> - Specified by:
remove
in interfaceRegistry
- Overrides:
remove
in classCommonMultiMap<String,
Profile.Section>
-