Class MapCollectProcedure<T,K,V>
java.lang.Object
org.eclipse.collections.impl.block.procedure.MapCollectProcedure<T,K,V>
- All Implemented Interfaces:
Serializable
,Consumer<T>
,Procedure<T>
public final class MapCollectProcedure<T,K,V> extends Object implements Procedure<T>
MapCollectProcedure uses an Function to calculate the key for an object and puts the object with the key
into the specified Map.
- See Also:
- Serialized Form