|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
org.apache.struts2.views.jasperreports.ValueStackShadowMap
public class ValueStackShadowMap
Ported to Struts:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Constructor Summary | |
---|---|
ValueStackShadowMap(com.opensymphony.xwork2.util.ValueStack valueStack)
Constructs an instance of ValueStackShadowMap. |
Method Summary | |
---|---|
boolean |
containsKey(java.lang.Object key)
Implementation of containsKey(), overriding HashMap implementation. |
java.lang.Object |
get(java.lang.Object key)
Implementation of get(), overriding HashMap implementation. |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsValue, entrySet, isEmpty, keySet, put, putAll, remove, 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 java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public ValueStackShadowMap(com.opensymphony.xwork2.util.ValueStack valueStack)
valueStack
- - the underlying valuestackMethod Detail |
---|
public boolean containsKey(java.lang.Object key)
containsKey
in interface java.util.Map
containsKey
in class java.util.HashMap
key
- - The key to check in HashMap and if not found to check on valueStack.
HashMap.containsKey(java.lang.Object)
public java.lang.Object get(java.lang.Object key)
get
in interface java.util.Map
get
in class java.util.HashMap
key
- - The key to get in HashMap and if not found there from the valueStack.
HashMap.get(java.lang.Object)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |