|
|||||||||
| 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(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(ValueStack valueStack)
valueStack - - the underlying valuestack| Method Detail |
|---|
public boolean containsKey(java.lang.Object key)
containsKey in interface java.util.MapcontainsKey in class java.util.HashMapkey - - 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.Mapget in class java.util.HashMapkey - - 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 | ||||||||