public class HashMapContext extends HashMap implements JexlContext
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
HashMapContext() |
| Modifier and Type | Method and Description |
|---|---|
Map |
getVars()
Retrives the Map of variables associated with this JexlContext.
|
void |
setVars(Map vars)
Replaces variables in a JexlContext with the variables contained
in the supplied Map.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic void setVars(Map vars)
setVars in interface JexlContextvars - Contents of vars will be replaced with the content
of this Mappublic Map getVars()
getVars in interface JexlContextCopyright © 2015 The Apache Software Foundation. All rights reserved.