Package jadex.bpmn.runtime
Class ProcessThreadValueFetcher.IfDefMap
- java.lang.Object
 - 
- java.util.AbstractMap<K,V>
 - 
- java.util.HashMap<java.lang.String,java.lang.Boolean>
 - 
- jadex.bpmn.runtime.ProcessThreadValueFetcher.IfDefMap
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,java.lang.Boolean>
- Enclosing class:
 - ProcessThreadValueFetcher
 
public class ProcessThreadValueFetcher.IfDefMap extends java.util.HashMap<java.lang.String,java.lang.Boolean>- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description IfDefMap() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Booleanget(java.lang.Object key)- 
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values 
 - 
 
 -