Package org.springframework.util
Class MultiValueMapAdapter<K,V>
java.lang.Object
org.springframework.util.MultiValueMapAdapter<K,V>
- Type Parameters:
K- the key typeV- the value element type
- All Implemented Interfaces:
Serializable,Map<K,,List<V>> MultiValueMap<K,V>
- Direct Known Subclasses:
LinkedMultiValueMap
public class MultiValueMapAdapter<K,V>
extends