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

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

public class HashMap
extends HashMap

See Also:
Serialized Form

Constructor Summary
HashMap()
           
 
Method Summary
 void clear()
           
 Object clone()
           
 boolean containsKey(Object p0)
           
 boolean containsValue(Object p0)
           
 Set entrySet()
           
 boolean equals(Object o)
           
 Object get(Object p0)
           
 int hashCode()
           
 boolean isEmpty()
           
 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.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HashMap

public HashMap()
Method Detail

clone

public Object clone()
Overrides:
clone in class HashMap

put

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

get

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

size

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

remove

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

values

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

clear

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

keySet

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

entrySet

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

isEmpty

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

containsValue

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

containsKey

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

putAll

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

equals

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

hashCode

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

toString

public String toString()
Overrides:
toString in class AbstractMap