Which method is used to add a key-value pair to a Map?
add(key, value)
insert(key, value)
set(key, value)
put(key, value)