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

3
LINES

< > BotCompany Repo | #1028069 // asSyncTreeSet - always clones

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (2506L/16K).

static <A> Set<A> asSyncTreeSet(Iterable<A> l) {
  return synchroTreeSet(cloneTreeSet(l));
}

Author comment

Began life as a copy of #1021245

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1028069
Snippet name: asSyncTreeSet - always clones
Eternal ID of this version: #1028069/4
Text MD5: 4295dd7fc6366e4e7afaec1f69f7da75
Transpilation MD5: cdaeb6dd763386352617adc2607d8ce3
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-05-16 18:01:16
Source code size: 96 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 129 / 207
Version history: 3 change(s)
Referenced in: [show references]