org.globus.cog.karajan.workflow.service.channels
Class TagTable

java.lang.Object
  extended by org.globus.cog.karajan.workflow.service.channels.TagTable

public class TagTable
extends Object


Constructor Summary
TagTable()
           
 
Method Summary
 boolean containsKey(int key)
           
 Object get(int key)
           
 void put(int key, Object value)
           
 Object remove(int key)
           
 String toString()
           
 Collection values()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagTable

public TagTable()
Method Detail

containsKey

public boolean containsKey(int key)

put

public void put(int key,
                Object value)

remove

public Object remove(int key)

get

public Object get(int key)

values

public Collection values()

toString

public String toString()
Overrides:
toString in class Object