org.apache.struts2.components
Class Debug.DebugMapEntry

java.lang.Object
  extended by org.apache.struts2.components.Debug.DebugMapEntry
All Implemented Interfaces:
Map.Entry
Enclosing class:
Debug

private static class Debug.DebugMapEntry
extends Object
implements Map.Entry


Field Summary
private  Object key
           
private  Object value
           
 
Constructor Summary
Debug.DebugMapEntry(Object key, Object value)
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object setValue(Object newVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map.Entry
equals, hashCode
 

Field Detail

key

private Object key

value

private Object value
Constructor Detail

Debug.DebugMapEntry

Debug.DebugMapEntry(Object key,
                    Object value)
Method Detail

getKey

public Object getKey()
Specified by:
getKey in interface Map.Entry

getValue

public Object getValue()
Specified by:
getValue in interface Map.Entry

setValue

public Object setValue(Object newVal)
Specified by:
setValue in interface Map.Entry


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.