CommentedMap<String,String>
, Map<String,String>
, MultiMap<String,String>
, OptionMap
Registry.Key
public static interface Profile.Section extends OptionMap
Modifier and Type | Method | Description |
---|---|---|
Profile.Section |
addChild(String key) |
|
String[] |
childrenNames() |
|
Profile.Section |
getChild(String key) |
|
String |
getName() |
|
Profile.Section |
getParent() |
|
String |
getSimpleName() |
|
Profile.Section |
lookup(String... path) |
|
void |
removeChild(String key) |
getComment, putComment, removeComment
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entry, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, of, of, of, of, of, of, of, of, of, of, of, ofEntries, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Profile.Section getChild(String key)
String getName()
Profile.Section getParent()
String getSimpleName()
Profile.Section addChild(String key)
String[] childrenNames()
Profile.Section lookup(String... path)
void removeChild(String key)