static <A> TreeSet<A> joinTreeSets(Set<A>... l) { new TreeSet set; for (Set o : l) if (o != null) set.addAll(o); ret set; }
Began life as a copy of #1003110
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1010262 |
Snippet name: | joinTreeSets |
Eternal ID of this version: | #1010262/1 |
Text MD5: | 7d90b0047930b2dff5a94f48603af50a |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-07 19:18:49 |
Source code size: | 145 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 452 / 481 |
Referenced in: | [show references] |