Maps the specified key to the specified value. @param key the key. @param value the value. @return the value of any previous mapping with the specified key or null if there was no mapping. @throws UnsupportedOperationException if adding to this {
(K key, V value)
| 191 | * not support {@code null} keys or values. |
| 192 | */ |
| 193 | public V put(K key, V value); |
| 194 | |
| 195 | /** |
| 196 | * Copies every mapping in the specified {@code Map} to this {@code Map}. |
no outgoing calls
no test coverage detected