| 接口 | 说明 |
|---|---|
| MultiValueMap<K,V> |
Extension of the
Map interface that stores multiple values. |
| 类 | 说明 |
|---|---|
| CommonMultiValueMap<K,V> | |
| LinkedMultiValueMap<K,V> |
Simple implementation of
MultiValueMap that wraps a LinkedHashMap,
storing multiple values in a LinkedList. |
| MultiValueMapAccessor<V> | |
| MultiValueMapAdapter<K,V> | |
| MultiValueMaps |
Copyright © 2022. All rights reserved.