-
-
Method Summary
void
boolean
boolean
boolean
void
int
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Method Details
-
isEmpty
boolean isEmpty()
- Specified by:
isEmpty in interface Map<K,V>
-
size
int size()
- Specified by:
size in interface Map<K,V>
-
-
-
get
- Specified by:
get in interface Map<K,V>
-
put
- Specified by:
put in interface Map<K,V>
-
putAll
void putAll(Map<? extends K,? extends V> map)
- Specified by:
putAll in interface Map<K,V>
-
-
clear
void clear()
- Specified by:
clear in interface Map<K,V>
-
entrySet
- Specified by:
entrySet in interface Map<K,V>
-
-
-
-
-