| Constructor and Description |
|---|
MapUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> Map<K,Collection<V>> |
toMap(MultiValueMap<K,V> map)
Turns a
MultiValueMap into its Map equivalent. |
public static <K,V> Map<K,Collection<V>> toMap(MultiValueMap<K,V> map)
MultiValueMap into its Map equivalent.map - must not be null.Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.