Class MultiMapCollector<T,K,V,R>

java.lang.Object
pascal.taie.util.collection.MultiMapCollector<T,K,V,R>
All Implemented Interfaces:
Collector<T,MultiMap<K,V>,R>

public class MultiMapCollector<T,K,V,R> extends Object implements Collector<T,MultiMap<K,V>,R>