Class HashMap
java.lang.Object
java.util.AbstractMap
java.util.HashMap
- All Implemented Interfaces:
Serializable, Cloneable, Map
- See Also:
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractMap
equals, hashCode, toString
-
Constructor Details
-
HashMap
public HashMap() -
HashMap
public HashMap(int var0) -
HashMap
public HashMap(int var0, float var1) -
HashMap
-
-
Method Details
-
clear
public void clear()- Specified by:
clearin interfaceMap- Overrides:
clearin classAbstractMap
-
clone
-
containsKey
- Specified by:
containsKeyin interfaceMap- Overrides:
containsKeyin classAbstractMap
-
containsValue
- Specified by:
containsValuein interfaceMap- Overrides:
containsValuein classAbstractMap
-
entrySet
- Specified by:
entrySetin interfaceMap- Specified by:
entrySetin classAbstractMap
-
get
-
isEmpty
public boolean isEmpty()- Specified by:
isEmptyin interfaceMap- Overrides:
isEmptyin classAbstractMap
-
keySet
- Specified by:
keySetin interfaceMap- Overrides:
keySetin classAbstractMap
-
put
-
putAll
- Specified by:
putAllin interfaceMap- Overrides:
putAllin classAbstractMap
-
remove
-
size
public int size()- Specified by:
sizein interfaceMap- Overrides:
sizein classAbstractMap
-
values
- Specified by:
valuesin interfaceMap- Overrides:
valuesin classAbstractMap
-