| org.springframework.util.MultiValueMap<K, V> |
Known Indirect Subclasses
HttpHeaders,
LinkedMultiValueMap<K, V>
|
Extension of the Map interface that stores multiple values.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Add the given single value to the current list of values for the given key.
| |||||||||||
Return the first value for the given key.
| |||||||||||
Set the given single value under the given key.
| |||||||||||
Set the given values under.
| |||||||||||
Returns the first values contained in this
MultiValueMap. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
java.util.Map
| |||||||||||
Add the given single value to the current list of values for the given key.
| key | the key |
|---|---|
| value | the value to be added |
Return the first value for the given key.
| key | the key |
|---|
null
Set the given single value under the given key.
| key | the key |
|---|---|
| value | the value to set |
Set the given values under.
| values | the values. |
|---|
Returns the first values contained in this MultiValueMap.