public final class EffectiveContextMap extends AbstractMap<String,Object> implements Serializable
Context
for an Evaluator
execution.
The effective context enables the chaining of contexts all the way from the current state node to the root.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
EffectiveContextMap(Context ctx)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
Object |
put(String key,
Object value) |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, remove, size, toString, values
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.