Package java.util
Class AbstractMap
java.lang.Object
java.util.AbstractMap
- All Implemented Interfaces:
Map
- Direct Known Subclasses:
HashMap
,IdentityHashMap
,TreeMap
,WeakHashMap
-
Constructor Details
-
AbstractMap
protected AbstractMap()
-
-
Method Details
-
clear
public void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap
-
containsValue
- Specified by:
containsValue
in interfaceMap
-
get
-
isEmpty
public boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public int size() -
values
-