com.hammurapi.flow.runtime.impl
Class PropertySetMap
java.lang.Object
java.util.AbstractMap<String,Object>
com.hammurapi.flow.runtime.impl.PropertySetMap
- All Implemented Interfaces:
- Map<String,Object>
public class PropertySetMap
- extends AbstractMap<String,Object>
Map backed by property set.
- Author:
- Pavel Vlasov
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.util.AbstractMap |
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, putAll, remove, size, toString, values |
PropertySetMap
public PropertySetMap(PropertySet propertySet)
entrySet
public Set<Map.Entry<String,Object>> entrySet()
- Specified by:
entrySet in interface Map<String,Object>- Specified by:
entrySet in class AbstractMap<String,Object>
put
public Object put(String key,
Object value)
- Always returns null to avoid evaluation of lazy/cookable entries being
replaced.
- Specified by:
put in interface Map<String,Object>- Overrides:
put in class AbstractMap<String,Object>