static A newInstance(Class c, O... args) { ret nuObject(c, args); } static O newInstance(S className, O... args) { ret nuObject(className, args); }