| Package | Description |
|---|---|
| org.mule.runtime.api.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiMap.StringMultiMap |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> MultiMap<K,V> |
MultiMap.emptyMultiMap()
Returns an empty multi-map (immutable).
|
MultiMap<K,V> |
MultiMap.toImmutableMultiMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiMap.putAll(MultiMap<? extends K,? extends V> aMultiMap)
Similar to
putAll(Map), but instead of putting only the first value of each key, all the values are copied for each
key. |
| Constructor and Description |
|---|
MultiMap(MultiMap<K,V> multiMap) |
StringMultiMap(MultiMap<String,String> parametersMap) |
Copyright © 2021 MuleSoft, Inc.. All rights reserved.