Class MapPutProcedure<K,V>
java.lang.Object
org.eclipse.collections.impl.block.procedure.MapPutProcedure<K,V>
- All Implemented Interfaces:
Serializable, BiConsumer<K,V>, Procedure2<K, V>
Transfers keys and values from one map to another
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThenMethods inherited from interface Procedure2
accept
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
newMap
-
-
Constructor Details
-
MapPutProcedure
-
-
Method Details
-
value
-