Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1024055 // cloneCISet

JavaX fragment (include)

static Set<S> cloneCISet(Collection<S> l) {
  Set<S> set = ciSet();
  if (l != null) synchronized(collectionMutex(l)) {
    addAll(set, l);
  }
  ret set;
}

Author comment

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: 193 / 226
Referenced in: [show references]