public class MapUtils
extends org.apache.commons.collections.MapUtils
Constructor and Description |
---|
MapUtils() |
Modifier and Type | Method and Description |
---|---|
static <K,V> Map<K,V> |
mapWithKeysAndValues(Class<? extends Map> mapClass,
Collection<K> keys,
Collection<V> values)
Convenience method for CollectionUtil#mapWithKeysAndValues(Class, Iterator,
Iterator); keys and values can be null or empty.
|
static <K,V> Map<K,V> |
mapWithKeysAndValues(Class<? extends Map> mapClass,
Iterator<K> keys,
Iterator<V> values)
Create & populate a Map of arbitrary class.
|
static <K,V> Map<K,V> |
mapWithKeysAndValues(Class<? extends Map> mapClass,
K[] keys,
V[] 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 <K,V> Map<K,V> mapWithKeysAndValues(Class<? extends Map> mapClass, K[] keys, V[] values)
public static <K,V> Map<K,V> mapWithKeysAndValues(Class<? extends Map> mapClass, Collection<K> keys, Collection<V> values)
public static <K,V> Map<K,V> mapWithKeysAndValues(Class<? extends Map> mapClass, Iterator<K> keys, Iterator<V> values)
mapClass
- the Class of the Map to instantiatekeys
- iterator for Objects ued as keysvalues
- iterator for Objects used as valuesCopyright © 2003–2016 MuleSoft, Inc.. All rights reserved.