MultiMap.getValues

Get multiple values. Single valued entries are converted to singleton lists.

@param name The entry key. @return Unmodifieable List of values.

class MultiMap(V)
List!(V)
getValues
(
string name
)

Meta