Class MultimapKeyValuePutAllProcedure<T,K,V>
java.lang.Object
org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure<T,K,V>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
MultimapKeyValuePutAllProcedure uses two Functions to calculate the key and values for an object and puts the key with
all values into the specified
MutableMultimap.- See Also:
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
mutableMultimap
-
keyFunction
-
valueFunction
-
-
Constructor Details
-
MultimapKeyValuePutAllProcedure
-
-
Method Details
-
value
-