new2"

From Documentation
(Created page with '{{ZUMLReferencePageHeader}} <source lang="java"> Object new2(Object cls, Object arg1, Object arg2); </source> :i.e., <javadoc method="new_(java.lang.Object, java.lang.Object, j…')
 
Line 15: Line 15:
  
 
=Version History=
 
=Version History=
Last Update : {{REVISIONYEAR}}/{{REVISIONMONTH}}/{{REVISIONDAY}}
+
{{LastUpdated}}
 
{| border='1px' | width="100%"
 
{| border='1px' | width="100%"
 
! Version !! Date !! Content
 
! Version !! Date !! Content

Revision as of 08:30, 17 December 2010

Object new2(Object cls, Object arg1, Object arg2);
i.e., CommonFns.new_(Object, Object, Object)

Instantiates the given class with two arguments. It assumes the given class has a proper constructor.

Paramters

  • cls - the class. It could be an instance of either String or Class.
  • arg1 - the first argument to be passed to the constructor.
  • arg2 - the second argument to be passed to the constructor.

Version History

Last Update : 2010/12/17


Version Date Content
     



Last Update : 2010/12/17

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.