remove method

bool remove (Object key, V value)

Removes the association between the given key and value. Returns true if the association existed, false otherwise.

Implementation

bool remove(Object key, V value);