MultiMap.addValues

Add values to multi valued entry. If the entry is single valued, it is converted to the first value of a multi valued entry.

@param name The entry key. @param values The string array of multiple values.

  1. void addValues(string name, List!(V) values)
  2. void addValues(string name, V[] values)
    class MultiMap(V)
    void
    addValues
    (
    string name
    ,
    V[] values
    )

Meta