Class BiMapCollectProcedure<T,K,V>
java.lang.Object
org.eclipse.collections.impl.block.procedure.BiMapCollectProcedure<T,K,V>
- All Implemented Interfaces:
Serializable, Consumer<T>, Procedure<T>
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBiMapCollectProcedure(MutableBiMap<K, V> newMap, Function<? super T, ? extends K> newKeyFunction, Function<? super T, ? extends V> newValueFunction) -
Method Summary
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
biMap
-
keyFunction
-
valueFunction
-
-
Constructor Details
-
BiMapCollectProcedure
-
-
Method Details
-
value
-