org.objectweb.jac.lib.java.util
Class Hashtable

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

public class Hashtable
extends Hashtable

See Also:
Serialized Form

Constructor Summary
Hashtable()
           
 
Method Summary
 void clear()
           
 Object clone()
           
 boolean contains(Object p0)
           
 boolean containsKey(Object p0)
           
 boolean containsValue(Object p0)
           
 Enumeration elements()
           
 Set entrySet()
           
 boolean equals(Object o)
           
 Object get(Object p0)
           
 int hashCode()
           
 boolean isEmpty()
           
 Enumeration keys()
           
 Set keySet()
           
 Object put(Object p0, Object p1)
           
 void putAll(Map p0)
           
 Object remove(Object p0)
           
 int size()
           
 String toString()
           
 Collection values()
           
 
Methods inherited from class java.util.Hashtable
rehash
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Hashtable

public Hashtable()
Method Detail

clone

public Object clone()
Overrides:
clone in class Hashtable

put

public Object put(Object p0,
                  Object p1)
Specified by:
put in interface Map
Overrides:
put in class Hashtable

get

public Object get(Object p0)
Specified by:
get in interface Map
Overrides:
get in class Hashtable

contains

public boolean contains(Object p0)
Overrides:
contains in class Hashtable

size

public int size()
Specified by:
size in interface Map
Overrides:
size in class Hashtable

remove

public Object remove(Object p0)
Specified by:
remove in interface Map
Overrides:
remove in class Hashtable

values

public Collection values()
Specified by:
values in interface Map
Overrides:
values in class Hashtable

elements

public Enumeration elements()
Overrides:
elements in class Hashtable

clear

public void clear()
Specified by:
clear in interface Map
Overrides:
clear in class Hashtable

keys

public Enumeration keys()
Overrides:
keys in class Hashtable

keySet

public Set keySet()
Specified by:
keySet in interface Map
Overrides:
keySet in class Hashtable

entrySet

public Set entrySet()
Specified by:
entrySet in interface Map
Overrides:
entrySet in class Hashtable

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map
Overrides:
isEmpty in class Hashtable

containsValue

public boolean containsValue(Object p0)
Specified by:
containsValue in interface Map
Overrides:
containsValue in class Hashtable

containsKey

public boolean containsKey(Object p0)
Specified by:
containsKey in interface Map
Overrides:
containsKey in class Hashtable

putAll

public void putAll(Map p0)
Specified by:
putAll in interface Map
Overrides:
putAll in class Hashtable

equals

public boolean equals(Object o)
Specified by:
equals in interface Map
Overrides:
equals in class Hashtable

hashCode

public int hashCode()
Specified by:
hashCode in interface Map
Overrides:
hashCode in class Hashtable

toString

public String toString()
Overrides:
toString in class Hashtable