static <A> ArrayList<A> syncCloneList(Iterable<A> l) { ret cloneList(l); } static <A> ArrayList<A> syncCloneList(Collection<A> l) { ret cloneList(l); }
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: | #1017330 |
Snippet name: | syncCloneList - synonym of cloneList |
Eternal ID of this version: | #1017330/1 |
Text MD5: | 69c96227ce7289cdffce57e4eff22fec |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-17 17:16:33 |
Source code size: | 160 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 295 / 323 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |