所有方法 静态方法 具体方法
| 限定符和类型 |
方法和说明 |
static <K,V> List<Map.Entry<K,V>> |
converMapToEntryList(Map<K,V> map) |
static <R,T> Map<R,T> |
convertList2Map(List<R> keys,
List<T> values) |
static <R,T> Map<R,List<T>> |
convertMap(List<R> keys,
List<T> values) |
static Map |
convertMap(List values,
String keySplit,
Field... fields) |
static void |
fillMapCollection(Map source,
Object key,
Object value) |
static void |
fillMapCollectionIgnoreExist(Map source,
Object key,
Object value) |
static void |
fillMapValueByKey(Map target,
Map source) |
static Map<Object,List<Object[]>> |
getMapFromListObjArr(List<Object[]> stockQueryParam,
int index,
boolean removeNull) |
static <R,T> List<T> |
getMapValues(Map<R,T> map,
List<R> keys) |
static List |
getSubordinateValueMap(Map sourceTree,
List keys) |
static Map |
intersectKeyMap(Map map,
List keys) |
static <K,V,T extends V> V |
lookUpValueByKey(Map<K,V> map,
K key,
Class<T> tClazz) |
static void |
mergeCounts(Map<String,Integer> counter,
String key) |
static <R,T> Map<R,T> |
removeAllNullValueEntry(Map<R,T> source) |
static void |
replaceMaxValue(Map<Integer,BigDecimal> maxKeeper,
Integer key,
BigDecimal value) |
static Map |
reverseKeyAndValue(Map map) |