Executor that simply tries to execute a put(key, value) operation. This will try to find a put(key) method for any type of object, not just objects that implement the Map interface as was previously the case.
@author Jason van Zyl
@author Henning P. Schmiedehausen
@version $Id: PutExecutor.java 440737 2006-09-06 15:37:44Z henning $
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.