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>
MultimapKeyValuePutProcedure uses two Functions to calculate the key and value for an object and puts the key and value
into the specified
MutableMultimap
.- See Also:
-
Constructor Summary
ConstructorDescriptionMultimapKeyValuePutProcedure
(MutableMultimap<K, V> mutableMultimap, Function<? super T, ? extends K> keyFunction, Function<? super T, ? extends V> valueFunction) -
Method Summary