Removes the association between the given key and value. Returns true if the association existed, false otherwise.
key
value
true
false
bool remove(Object key, V value);