new
From Documentation
Object new(Object cls);
- i.e., CommonFns.new_(Object)
Instantiates the given class. It assumes the given class has a default constructor.
Paramters
- cls - the class. It could be an instance of either String or Class.
Version History
Last Update : 2010/11/16
Version | Date | Content |
---|---|---|