add abstract 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);
Adds an association from the given key to the given value.
void add(K key, V value);