1 | static <A> A newInstance(Class<A> c, O... args) {
|
2 | ret nuObject(c, args); |
3 | } |
4 | |
5 | static O newInstance(S className, O... args) {
|
6 | ret nuObject(className, args); |
7 | } |
Began life as a copy of #1001870
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1003050 |
| Snippet name: | newInstance - synonym of nuObject |
| Eternal ID of this version: | #1003050/2 |
| Text MD5: | cdd5e62766774cd7a1e5439f08e25803 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-10-28 18:09:58 |
| Source code size: | 167 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1147 / 1089 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |