| Modifier and Type | Field and Description | 
|---|---|
| protected org.springframework.beans.factory.BeanFactory | beanFactory | 
| Constructor and Description | 
|---|
| SpringBeanFactoryProxyMap(org.springframework.beans.factory.BeanFactory beanFactory) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| boolean | containsKey(Object key) | 
| boolean | containsValue(Object value) | 
| Set<Map.Entry<Object,Object>> | entrySet() | 
| Object | get(Object key) | 
| boolean | isEmpty() | 
| Set<Object> | keySet() | 
| Object | put(Object key,
   Object value) | 
| void | putAll(Map<? extends Object,? extends Object> m) | 
| Object | remove(Object key) | 
| int | size() | 
| Collection<Object> | values() | 
public SpringBeanFactoryProxyMap(org.springframework.beans.factory.BeanFactory beanFactory)
public boolean containsKey(Object key)
containsKey in interface Map<Object,Object>public boolean containsValue(Object value)
containsValue in interface Map<Object,Object>Copyright © 2018. All rights reserved.