public class MapUtils
extends org.apache.commons.collections.MapUtils
Constructor and Description |
---|
MapUtils() |
Modifier and Type | Method and Description |
---|---|
static Map |
mapWithKeysAndValues(Class mapClass,
Collection keys,
Collection values)
Convenience method for CollectionUtil#mapWithKeysAndValues(Class, Iterator,
Iterator); keys and values can be null or empty.
|
static Map |
mapWithKeysAndValues(Class mapClass,
Iterator keys,
Iterator values)
Create & populate a Map of arbitrary class.
|
static Map |
mapWithKeysAndValues(Class mapClass,
Object[] keys,
Object[] values)
Convenience method for CollectionUtil#mapWithKeysAndValues(Class, Iterator,
Iterator); keys and values can be null or empty.
|
static String |
toString(Map props,
boolean newline)
Creates a String representation of the given Map, with optional newlines
between elements.
|
debugPrint, fixedSizeMap, fixedSizeSortedMap, getBoolean, getBoolean, getBooleanValue, getBooleanValue, getByte, getByte, getByteValue, getByteValue, getDouble, getDouble, getDoubleValue, getDoubleValue, getFloat, getFloat, getFloatValue, getFloatValue, getInteger, getInteger, getIntValue, getIntValue, getLong, getLong, getLongValue, getLongValue, getMap, getMap, getNumber, getNumber, getObject, getObject, getShort, getShort, getShortValue, getShortValue, getString, getString, invertMap, isEmpty, isNotEmpty, lazyMap, lazyMap, lazySortedMap, lazySortedMap, logInfo, multiValueMap, multiValueMap, multiValueMap, orderedMap, predicatedMap, predicatedSortedMap, putAll, safeAddToMap, synchronizedMap, synchronizedSortedMap, toMap, toProperties, transformedMap, transformedSortedMap, typedMap, typedSortedMap, unmodifiableMap, unmodifiableSortedMap, verbosePrint
public static Map mapWithKeysAndValues(Class mapClass, Object[] keys, Object[] values)
public static Map mapWithKeysAndValues(Class mapClass, Collection keys, Collection values)
public static Map mapWithKeysAndValues(Class mapClass, Iterator keys, Iterator values)
mapClass
- the Class of the Map to instantiatekeys
- iterator for Objects ued as keysvalues
- iterator for Objects used as valuesCopyright © 2003–2013 MuleSource, Inc.. All rights reserved.