org.globus.cog.karajan.workflow.nodes.functions
Class Map.Entry

java.lang.Object
  extended by org.globus.cog.karajan.workflow.nodes.functions.Map.Entry
All Implemented Interfaces:
Map.Entry
Enclosing class:
Map

public static class Map.Entry
extends Object
implements Map.Entry


Field Summary
 Object key
           
 Object value
           
 
Constructor Summary
Map.Entry()
           
 
Method Summary
 Object getKey()
           
 Object getValue()
           
 Object setValue(Object value)
           
 
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

public Object key

value

public Object value
Constructor Detail

Map.Entry

public Map.Entry()
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 value)
Specified by:
setValue in interface Map.Entry