public class LinkedProperties extends Properties
Modifier and Type | Field and Description |
---|---|
protected LinkedProperties |
m_linkedDefaults |
protected Set<Object> |
m_linkedKeys |
defaults
Constructor and Description |
---|
LinkedProperties() |
LinkedProperties(Properties defaultProps) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Set<Map.Entry<Object,Object>> |
entrySet() |
Enumeration<Object> |
keys() |
Enumeration<?> |
propertyNames() |
Object |
put(Object key,
Object value) |
void |
putAll(Map<?,?> values) |
Object |
remove(Object key) |
getProperty, getProperty, list, list, load, load, loadFromXML, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
protected LinkedProperties m_linkedDefaults
public LinkedProperties()
public LinkedProperties(Properties defaultProps)
public Enumeration<?> propertyNames()
propertyNames
in class Properties
public void putAll(Map<?,?> values)
Copyright © 2021. All rights reserved.