| Package | Description |
|---|---|
| org.batoo.common.util |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MultiValueMap<K,V> |
CollectionUtils.toMultiValueMap(Map<K,List<V>> map)
Adapts a
Map<K, List<V>> to an MultiValueMap<K,V>. |
static <K,V> MultiValueMap<K,V> |
CollectionUtils.unmodifiableMultiValueMap(MultiValueMap<? extends K,? extends V> map)
Returns an unmodifiable view of the specified multi-value map.
|
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MultiValueMap<K,V> |
CollectionUtils.unmodifiableMultiValueMap(MultiValueMap<? extends K,? extends V> map)
Returns an unmodifiable view of the specified multi-value map.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.