removeAll method

Iterable<V> removeAll (Object key)

Removes the association for the given key. Returns the collection of removed values, or an empty iterable if key was unmapped.

Implementation

Iterable<V> removeAll(Object key);