Add value to multi valued entry. If the entry is single valued, it is converted to the first value of a multi valued entry.
Add values to multi valued entry. If the entry is single valued, it is converted to the first value of a multi valued entry.
Add values to multi valued entry. If the entry is single valued, it is converted to the first value of a multi valued entry.
Test for a specific single value in the map. <p> NOTE: This is a SLOW operation, and is actively discouraged.
Get value as string. Single valued items are converted to a string with the toString() Object method. Multi valued entries are converted to a comma separated List. No quoting of commas within values is performed.
Get a value from a multiple value. If the value is not a multivalue, then index 0 retrieves the value or null.
Get multiple values. Single valued entries are converted to singleton lists.
Put multi valued entry.
Shorthand version of putAll
Put multi valued entry.
Put multi valued entry.
Remove value.
A multi valued Map.
@param !V the entry type for multimap values