Package org.ini4j
Interface Registry.Key
- All Superinterfaces:
CommentedMap<String,,String> Map<String,,String> MultiMap<String,,String> OptionMap,Profile.Section
- Enclosing interface:
Registry
-
Nested Class Summary
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetType(Object key, Registry.Type defaulType) putType(String key, Registry.Type type) removeType(Object key) Methods 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, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface org.ini4j.MultiMap
add, add, get, getAll, length, put, putAll, removeMethods inherited from interface org.ini4j.OptionMap
add, add, as, as, fetch, fetch, fetch, fetch, fetch, fetch, fetchAll, from, from, get, get, get, get, getAll, put, put, putAll, to, toMethods inherited from interface org.ini4j.Profile.Section
childrenNames, getName, getSimpleName, removeChild
-
Field Details
-
DEFAULT_NAME
- See Also:
-
-
Method Details
-
getChild
- Specified by:
getChildin interfaceProfile.Section
-
getParent
Registry.Key getParent()- Specified by:
getParentin interfaceProfile.Section
-
getType
-
getType
-
addChild
- Specified by:
addChildin interfaceProfile.Section
-
lookup
- Specified by:
lookupin interfaceProfile.Section
-
putType
-
removeType
-