public class MapCollectors extends Object
static <K,V,M extends Map<K,V>>Collector<Map.Entry<K,V>,?,M>
toMap(Supplier<M> mapFactory)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static <K,V,M extends Map<K,V>> Collector<Map.Entry<K,V>,?,M> toMap(Supplier<M> mapFactory)
Copyright © 2019. All rights reserved.