spring-framework / org.springframework.util / CollectionUtils / unmodifiableMultiValueMap

unmodifiableMultiValueMap

open static fun <K : Any, V : Any> unmodifiableMultiValueMap(map: MultiValueMap<out K, out V>): MultiValueMap<K, V>

Return an unmodifiable view of the specified multi-value map.

Parameters

map - the map for which an unmodifiable view is to be returned.

Return
an unmodifiable view of the specified multi-value map.

Since
3.1