static Set<S> cloneLinkedCISet(Collection<S> l) { Set<S> set = linkedCISet(); if (l != null) synchronized(collectionMutex(l)) { addAll(set, l); } ret set; }
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: | 332 / 361 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023204 - cloneLinkedCISet_es #1024055 - cloneCISet |