public class MapCombiner extends Object implements Map<Object,Object>, Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
LIST |
static int |
UNLIMITED_DEPTH |
| Constructor and Description |
|---|
MapCombiner() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
boolean |
equals(Object o) |
Object |
get(Object key) |
List |
getList() |
int |
hashCode() |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object key,
Object value) |
void |
putAll(Map t) |
Object |
remove(Object key) |
void |
setList(List list) |
void |
setMaxDepth(int maxDepth) |
int |
size() |
String |
toString() |
Collection |
values() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic static final String LIST
public static final int UNLIMITED_DEPTH
public void setMaxDepth(int maxDepth)
public void setList(List list)
public List getList()
public int hashCode()
public boolean equals(Object o)
public boolean containsKey(Object key)
containsKey in interface Map<Object,Object>public boolean containsValue(Object value)
containsValue in interface Map<Object,Object>public Collection values()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.