new3"
From Documentation
(Created page with '{{ZUMLReferencePageHeader}} <source lang="java"> Object new3(Object cls, Object arg1, Object arg2, Object arg3); </source> :i.e., <javadoc method="new_(java.lang.Object, java.l…') |
|||
Line 16: | Line 16: | ||
=Version History= | =Version History= | ||
− | + | {{LastUpdated}} | |
{| border='1px' | width="100%" | {| border='1px' | width="100%" | ||
! Version !! Date !! Content | ! Version !! Date !! Content |
Latest revision as of 08:30, 17 December 2010
Object new3(Object cls, Object arg1, Object arg2, Object arg3);
Instantiates the given class with three 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.
- arg3 - the third argument to be passed to the constructor.
Version History
Version | Date | Content |
---|---|---|