Class DynamicBooleanMap
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<String,Object>
-
- de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap<Boolean>
-
- de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicBooleanMap
-
- All Implemented Interfaces:
ScriptBlock,Serializable,Cloneable,Map<String,Object>
public class DynamicBooleanMap extends DynamicMap<Boolean>
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K extends Object,V extends Object>, AbstractMap.SimpleImmutableEntry<K extends Object,V extends Object>
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DynamicBooleanMapempty()static DynamicBooleanMapfrom(Map<String,?> from, ModuleContext context)Class<Boolean>getEvaluatedType()-
Methods inherited from class de.codecentric.reedelk.runtime.api.script.dynamicmap.DynamicMap
body, functionName, getContext
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.codecentric.reedelk.runtime.api.script.ScriptBlock
isEmpty
-
-
-
-
Method Detail
-
empty
public static DynamicBooleanMap empty()
-
from
public static DynamicBooleanMap from(Map<String,?> from, ModuleContext context)
-
getEvaluatedType
public Class<Boolean> getEvaluatedType()
- Specified by:
getEvaluatedTypein classDynamicMap<Boolean>
-
-