1 | static Set<S> cloneLinkedCISet(Collection<S> l) { |
2 | Set<S> set = linkedCISet(); |
3 | if (l != null) synchronized(collectionMutex(l)) { |
4 | addAll(set, l); |
5 | } |
6 | ret set; |
7 | } |
Began life as a copy of #1019909
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: | #1023188 |
Snippet name: | cloneLinkedCISet |
Eternal ID of this version: | #1023188/1 |
Text MD5: | b8862c7ac465d6860fbdf8430a30f19d |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-16 01:44:28 |
Source code size: | 174 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 331 / 361 |
Referenced in: | [show references] |