com.intellij.util.containers
Class HashMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by com.intellij.util.containers.HashMap<K,V>
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<K,V>

public class HashMap<K,V>
extends java.util.HashMap<K,V>

See Also:
Serialized Form

Constructor Summary
HashMap()
           
HashMap(int i)
           
HashMap(int i, float v)
           
HashMap(java.util.Map<K1,V1> map)
           
 
Method Summary
 void clear()
           
 
Methods inherited from class java.util.HashMap
clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

HashMap

public HashMap(int i,
               float v)

HashMap

public HashMap(int i)

HashMap

public HashMap()

HashMap

public HashMap(java.util.Map<K1,V1> map)
Method Detail

clear

public void clear()
Specified by:
clear in interface java.util.Map<K,V>
Overrides:
clear in class java.util.HashMap<K,V>