1  | static Set<S> cloneCISet(Collection<S> l) {
 | 
2  | Set<S> set = ciSet();  | 
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 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1024055 | 
| Snippet name: | cloneCISet | 
| Eternal ID of this version: | #1024055/1 | 
| Text MD5: | c2ef5c8a56e36a6f8c4b324df7c4fb3d | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2019-07-18 16:50:04 | 
| Source code size: | 162 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 469 / 512 | 
| Referenced in: | [show references] |