Package cn.tzq0301.collection.util
Class MapUtils
java.lang.Object
cn.tzq0301.collection.util.MapUtils
- Author:
- TZQ
-
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> Map<K, V> newHashMap(List<K> keys, List<V> values) static <K,V> Map<K, V> newImmutableHashMap(List<K> keys, List<V> values)
-
Method Details
-
newHashMap
-
newImmutableHashMap
-