static Set<ES> cloneLinkedCISet_es(Collection<ES> l) { Set<ES> set = linkedCISet_es(); if (l != null) synchronized(collectionMutex(l)) { addAll(set, l); } ret set; }
Began life as a copy of #1023188
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023204 |
| Snippet name: | cloneLinkedCISet_es |
| Eternal ID of this version: | #1023204/3 |
| Text MD5: | 7f5ac8ae960af0d23b1a4233b474db7e |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-16 19:55:43 |
| Source code size: | 183 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 515 / 564 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |