Associates the specified value with the specified key in this map. If the map previously contained a mapping for this key, the old value is replaced.
key | the key with which the specified value is to be associated | |
value | the value to be associated with the specified key |
null if there was no mapping for key. (A null
return can also indicate that the map previously associated
null with the specified key.)
NullPointerException | if the specified key is null |
Diagram: Map Simple