addValues method

void addValues (K key, Iterable<V> values)

Adds an association from the given key to each of the given values.

Implementation

void addValues(K key, Iterable<V> values);