类 MultiValueMapAdapter<K,V>

java.lang.Object
cn.taketoday.core.MultiValueMapAdapter<K,V>
类型参数:
K - the key type
V - the value element type
所有已实现的接口:
MultiValueMap<K,V>, Serializable, Map<K,List<V>>

public class MultiValueMapAdapter<K,V> extends Object implements MultiValueMap<K,V>, Serializable
Adapts a given Map to the MultiValueMap contract.
从以下版本开始:
4.0 2022/4/25 14:39
作者:
Arjen Poutsma, Juergen Hoeller, Harry Yang
另请参阅: