MultiValueMap.add

Add the given single value to the current list of values for the given key. @param key the key @param value the value to be added

interface MultiValueMap(K, V)
void
add
(
K key
,)

Meta