M - the map typeC - the collection typeK - the map key typeV - the map value typepublic class GroupBy<M extends Map<K,C>,C extends Collection<V>,K,V> extends Object implements Function<Iterator<V>,M>
| Constructor and Description |
|---|
GroupBy(Function<V,K> grouper,
Supplier<C> collectionProvider,
Supplier<M> mapProvider) |
Copyright © 2017. All rights reserved.