addValues abstract method

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

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

Implementation

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