yawda.controller
Class CController.CHashtable

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byyawda.controller.CController.CHashtable
All Implemented Interfaces:
Cloneable, Map, Serializable
Enclosing class:
CController

public static class CController.CHashtable
extends Hashtable

See Also:
Serialized Form

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

Constructor Detail

CController.CHashtable

public CController.CHashtable()
Method Detail

remove

public Object remove(Object key)

put

public Object put(Object key,
                  Object value)