removeKey abstract method

Iterable<V>? removeKey(
  1. String key
)

Removes key and all associated values.

Returns the collection of values associated with key, or null if key was unmapped.

Implementation

Iterable<V>? removeKey(String key);