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

java.lang.Object
  extended byorg.globus.cog.karajan.workflow.nodes.functions.Map.Entry
Enclosing class:
Map

public static class Map.Entry
extends Object


Field Summary
 Object key
           
 Object value
           
 
Constructor Summary
Map.Entry()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

key

public Object key

value

public Object value
Constructor Detail

Map.Entry

public Map.Entry()
Method Detail

toString

public String toString()