Package org.camunda.bpm.engine.impl.cfg
Class SpringBeanFactoryProxyMap
- java.lang.Object
-
- org.camunda.bpm.engine.impl.cfg.SpringBeanFactoryProxyMap
-
-
Field Summary
Fields Modifier and Type Field Description protected org.springframework.beans.factory.BeanFactorybeanFactory
-
Constructor Summary
Constructors Constructor Description SpringBeanFactoryProxyMap(org.springframework.beans.factory.BeanFactory beanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<Object,Object>>entrySet()Objectget(Object key)booleanisEmpty()Set<Object>keySet()Objectput(Object key, Object value)voidputAll(Map<? extends Object,? extends Object> m)Objectremove(Object key)intsize()Collection<Object>values()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKeyin interfaceMap<Object,Object>
-
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<Object,Object>
-
-