public class MapCombiner extends Object implements Map
| 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() |
public 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 Mappublic boolean containsValue(Object value)
containsValue in interface Mappublic Collection values()
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.