public final class MutatingAggregationProcedure<T,K,V>
extends java.lang.Object
implements com.gs.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
MutatingAggregationProcedure(com.gs.collections.api.map.MutableMap<K,V> map,
com.gs.collections.api.block.function.Function<? super T,? extends K> groupBy,
com.gs.collections.api.block.function.Function0<? extends V> zeroValueFactory,
com.gs.collections.api.block.procedure.Procedure2<? super V,? super T> mutatingAggregator) |
public MutatingAggregationProcedure(com.gs.collections.api.map.MutableMap<K,V> map, com.gs.collections.api.block.function.Function<? super T,? extends K> groupBy, com.gs.collections.api.block.function.Function0<? extends V> zeroValueFactory, com.gs.collections.api.block.procedure.Procedure2<? super V,? super T> mutatingAggregator)