MultiValueMap.addAll

Add all the values of the given list to the current list of values for the given key. @param key they key @param values the values to be added @since 5.0

  1. void addAll(K key, List!V values)
    interface MultiValueMap(K, V)
    void
    addAll
  2. void addAll(Map!(K, List!V) values)

Meta