org.objectweb.jac.core.utils
Class JacHashtable

java.lang.Object
  |
  +--java.util.Dictionary
        |
        +--java.util.Hashtable
              |
              +--org.objectweb.jac.core.utils.JacHashtable
All Implemented Interfaces:
Cloneable, Map, Serializable

public class JacHashtable
extends Hashtable

See Also:
Serialized Form

Constructor Summary
JacHashtable()
           
JacHashtable(Object obj)
           
 
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

JacHashtable

public JacHashtable()

JacHashtable

public JacHashtable(Object obj)