Interface Map
- All Known Subinterfaces:
SortedMap
- All Known Implementing Classes:
AbstractMap, Attributes, HashMap, Hashtable, Properties, Provider, TreeMap, WeakHashMap
public interface Map
-
Method Details
-
clear
void clear() -
containsKey
-
containsValue
-
entrySet
Set entrySet() -
equals
-
get
-
hashCode
-
isEmpty
boolean isEmpty() -
keySet
Set keySet() -
put
-
putAll
-
remove
-
size
int size() -
values
Collection values()
-