static <K, V> Map<K,V>
asMap(List<K> keyList, List<V> valueList)
mergeMaps(Map<K,V> map1, Map<K,V> map2, BinaryOperator<V> merger)
mergeMaps(Stream<Map<K,V>> mapStream, BinaryOperator<V> merger)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait