|
2003.09.15 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.util.AbstractMap
|
+--java.util.HashMap
|
+--jdc.java.util.HashMap
A wrapper class for java.util.HashMap.
| Constructor Summary | |
HashMap()
Constructor for HashMap. |
|
HashMap(int initialCapacity)
Constructor for HashMap. |
|
HashMap(int initialCapacity,
float loadFactor)
Constructor for HashMap. |
|
HashMap(java.util.Map t)
Constructor for HashMap. |
|
| Methods inherited from class java.util.HashMap |
clear, 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 |
public HashMap()
public HashMap(int initialCapacity)
initialCapacity -
public HashMap(int initialCapacity,
float loadFactor)
initialCapacity - loadFactor - public HashMap(java.util.Map t)
t -
|
2003.09.15 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||