public class ValueStackShadowMap extends HashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| ValueStackShadowMap(ValueStack valueStack)Constructs an instance of ValueStackShadowMap. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | containsKey(String key)Implementation of containsKey(), overriding HashMap implementation. | 
| Object | get(String key)Implementation of get(), overriding HashMap implementation. | 
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 ValueStackShadowMap(ValueStack valueStack)
valueStack - - the underlying valuestackpublic boolean containsKey(String key)
key - - The key to check in HashMap and if not found to check on valueStack.HashMap.containsKey(java.lang.Object)public Object get(String key)
key - - The key to get in HashMap and if not found there from the valueStack.HashMap.get(java.lang.Object)Copyright © 2000–2025 Apache Software Foundation. All rights reserved.