Libraryless. Click here for Pure Java version (2506L/16K).
static <A> Set<A> asSyncTreeSet(Iterable<A> l) { return synchroTreeSet(cloneTreeSet(l)); }
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: | 388 / 535 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1030006 - asSyncTreeMap |