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>

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:
  • Constructor Details

  • Method Details

    • value

      public void value(T each)
      Specified by:
      value in interface Procedure<T>