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, stringPropertyNamesclone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, valuesprotected LinkedProperties m_linkedDefaults
public LinkedProperties()
public LinkedProperties(Properties defaultProps)
public Enumeration<?> propertyNames()
propertyNames in class Propertiespublic void putAll(Map<?,?> values)
Copyright © 2020. All rights reserved.