Class MultimapKeyValuePutProcedure<T,K,V>
java.lang.Object
org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutProcedure<T,K,V>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
public class MultimapKeyValuePutProcedure<T,K,V> extends Object implements Procedure<T>
MultimapKeyValuePutProcedure uses an Functions to calculate the key and value for an object and puts the key and value
into the specified
MutableMultimap
.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MultimapKeyValuePutProcedure(MutableMultimap<K,V> mutableMultimap, Function<? super T,? extends K> keyFunction, Function<? super T,? extends V> valueFunction)
-
Method Summary