static O[] cloneObjectArray(O[] a) { if (a == null) null; O[] b = new O[a.length]; System.arraycopy(a, 0, b, 0, a.length); ret b; }
Began life as a copy of #1003162
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010051 |
Snippet name: | cloneObjectArray |
Eternal ID of this version: | #1010051/1 |
Text MD5: | 55483bbbb8ecad3fd3ed0dad7bda8342 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-01 18:34:38 |
Source code size: | 144 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 485 / 531 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1018603 - cloneShortArray |