Copies every mapping in the specified Map to this Map. @param map the Map to copy mappings from. @throws UnsupportedOperationException if adding to this Map is not supported. @throws ClassCastException if the class of a key or
(Map<? extends K,? extends V> map)
| 209 | * support {@code null} keys or values. |
| 210 | */ |
| 211 | public void putAll(Map<? extends K,? extends V> map); |
| 212 | |
| 213 | /** |
| 214 | * Removes a mapping with the specified key from this {@code Map}. |
no outgoing calls
no test coverage detected