public class MapPutProcedure<K,V> extends java.lang.Object implements com.gs.collections.api.block.procedure.Procedure2<K,V>
MapPutProcedure(java.util.Map<K,V> newMap)
void
value(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapPutProcedure(java.util.Map<K,V> newMap)
public void value(K key, V value)
value
com.gs.collections.api.block.procedure.Procedure2<K,V>