public class OrderedManagedProperties
extends org.springframework.beans.factory.support.ManagedProperties
ManagedProperties
class intended for preserving declaration order.defaults
Constructor and Description |
---|
OrderedManagedProperties() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(Object value) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Enumeration<Object> |
elements() |
Set<Map.Entry<Object,Object>> |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
int |
hashCode() |
boolean |
isEmpty() |
Enumeration<Object> |
keys() |
Set<Object> |
keySet() |
Object |
merge(Object parent) |
Enumeration<?> |
propertyNames() |
Object |
put(Object key,
Object value) |
void |
putAll(Map<? extends Object,? extends Object> t) |
Object |
remove(Object key) |
Object |
setProperty(String key,
String value) |
int |
size() |
String |
toString() |
Collection<Object> |
values() |
getSource, isMergeEnabled, setMergeEnabled, setSource
list, list, load, load, loadFromXML, save, store, store, storeToXML, storeToXML, stringPropertyNames
clone, compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, rehash, remove, replace, replace, replaceAll
public void clear()
public boolean containsKey(Object key)
containsKey
in interface Map<Object,Object>
containsKey
in class Hashtable<Object,Object>
public boolean containsValue(Object value)
containsValue
in interface Map<Object,Object>
containsValue
in class Hashtable<Object,Object>
public boolean equals(Object o)
public int hashCode()
public boolean isEmpty()
public int size()
public Collection<Object> values()
public String getProperty(String key, String defaultValue)
getProperty
in class Properties
public String getProperty(String key)
getProperty
in class Properties
public Enumeration<?> propertyNames()
propertyNames
in class Properties
public Object setProperty(String key, String value)
setProperty
in class Properties
public boolean contains(Object value)
public Enumeration<Object> elements()
Copyright © 2006–2018. All rights reserved.