add method

void add (K key, V value)

Adds an association from the given key to the given value.

Implementation

void add(K key, V value);