JavaScript is disabled on your browser.
java.lang.Object
org.eclipse.collections.impl.block.procedure.MultimapKeyValuePutAllProcedure<T,K,V>
All Implemented Interfaces:
Serializable
, Consumer <T>
, Procedure <T>
public class MultimapKeyValuePutAllProcedure<T,K,V>
extends Object
implements 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 Summary
Fields
private static final long
Constructor Summary
Constructors
Method Summary
All Methods Instance Methods Concrete Methods
Methods inherited from class java.lang.Object
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
Methods inherited from interface org.eclipse.collections.api.block.procedure.Procedure
accept
Field Details
serialVersionUID
private static final long serialVersionUID
See Also:
keyFunction
private final Function <? super T ,? extends K > keyFunction
Constructor Details
MultimapKeyValuePutAllProcedure