kaos.cougaar.clik.util
Class OutgoingRelayTable

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable
          extended by kaos.cougaar.clik.util.OutgoingRelayTable
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class OutgoingRelayTable
extends java.util.Hashtable
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
OutgoingRelayTable()
           
 
Method Summary
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OutgoingRelayTable

public OutgoingRelayTable()