M - the output Map type parameterK - the key type parameterV - the value type parameterpublic class IndexBy<M extends Map<K,V>,K,V> extends Object implements Function<Iterator<V>,M>
| Constructor and Description |
|---|
IndexBy(Function<V,K> grouper,
Supplier<M> mapProvider) |
Copyright © 2017. All rights reserved.