public class MultimapKeyValuePutProcedure<T,K,V> extends Object implements Procedure<T>
MutableMultimap.| Constructor and Description |
|---|
MultimapKeyValuePutProcedure(MutableMultimap<K,V> mutableMultimap,
Function<? super T,? extends K> keyFunction,
Function<? super T,? extends V> valueFunction) |
Copyright © 2004–2022. All rights reserved.