public final class MapCollectProcedure<T,K,V> extends Object implements org.eclipse.collections.api.block.procedure.Procedure<T>
| Constructor and Description |
|---|
MapCollectProcedure(Map<K,V> newMap,
org.eclipse.collections.api.block.function.Function<? super T,? extends K> newKeyFunction) |
MapCollectProcedure(Map<K,V> newMap,
org.eclipse.collections.api.block.function.Function<? super T,? extends K> newKeyFunction,
org.eclipse.collections.api.block.function.Function<? super T,? extends V> newValueFunction) |
Copyright © 2004–2017. All rights reserved.