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

7
LINES

< > BotCompany Repo | #1023204 // cloneLinkedCISet_es

JavaX fragment (include)

static Set<ES> cloneLinkedCISet_es(Collection<ES> l) {
  Set<ES> set = linkedCISet_es();
  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 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: 225 / 260
Version history: 2 change(s)
Referenced in: [show references]