public class MapCollectors
extends Object
-
Constructor Summary
Constructors
-
Method Summary
private static <K,
V,
M extends Map<K,
V>>
M
private static <K,
V,
M extends Map<K,
V>>
void
private static <K,
V,
M extends Map<K,
V>>
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
MapCollectors
private MapCollectors()
-
Method Details
-
-
putEntry
private static <K,
V,
M extends Map<K,
V>> void putEntry(M map,
Map.Entry<K,V> entry)
-
putEntry
private static <K,
V,
M extends Map<K,
V>> void putEntry(M map,
K key,
V value)
-
combine
private static <K,
V,
M extends Map<K,
V>> M combine(M a,
M b)