@NoExtend public class CaseInsensitiveMultiMap extends org.mule.runtime.api.util.MultiMap<String,String>
MultiMap where the key's case is not taken into account when looking for it, adding or aggregating it.| Modifier and Type | Field and Description |
|---|---|
protected boolean |
optimized |
| Constructor and Description |
|---|
CaseInsensitiveMultiMap() |
CaseInsensitiveMultiMap(boolean optimized) |
CaseInsensitiveMultiMap(org.mule.runtime.api.util.MultiMap<String,String> paramsMap) |
CaseInsensitiveMultiMap(org.mule.runtime.api.util.MultiMap<String,String> paramsMap,
boolean optimized) |
| Modifier and Type | Method and Description |
|---|---|
CaseInsensitiveMultiMap |
toImmutableMultiMap() |
clear, containsKey, containsValue, emptyMultiMap, entryList, entrySet, equals, get, getAll, hashCode, isEmpty, keySet, put, put, putAll, putAll, remove, removeAll, size, toListValuesMap, toString, valuesclone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic CaseInsensitiveMultiMap()
public CaseInsensitiveMultiMap(boolean optimized)
public CaseInsensitiveMultiMap(org.mule.runtime.api.util.MultiMap<String,String> paramsMap)
public CaseInsensitiveMultiMap toImmutableMultiMap()
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.