MultiMap.getValue

Get a value from a multiple value. If the value is not a multivalue, then index 0 retrieves the value or null.

@param name The entry key. @param i Index of element to get. @return Unmodifieable List of values.

class MultiMap(V)
V
getValue
(
string name
,
int i = 0
)

Meta