1 | static Set<ES> cloneLinkedCISet_es(Collection<ES> l) { |
2 | Set<ES> set = linkedCISet_es(); |
3 | if (l != null) synchronized(collectionMutex(l)) { |
4 | addAll(set, l); |
5 | } |
6 | ret set; |
7 | } |
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: | 309 / 347 |
Version history: | 2 change(s) |
Referenced in: | [show references] |