addValues method
Adds an association from the given key to each of the given values.
Implementation
void addValues(K key, Iterable<V> values);
Adds an association from the given key to each of the given values.
void addValues(K key, Iterable<V> values);