static Set<S> concatListsToCISet(Collection<? extends Collection<S>> lists) { Set<S> l = ciSet(); for (Collection<S> list : lists) if (list != null) l.addAll(list); ret l; }
Began life as a copy of #1015558
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1022566 |
| Snippet name: | concatListsToCISet |
| Eternal ID of this version: | #1022566/4 |
| Text MD5: | ced6692be6faf32f76207ff82db6af52 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-21 11:53:20 |
| Source code size: | 197 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 472 / 517 |
| Version history: | 3 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1023208 - concatListsToCISet_es #1027506 - concatListsToTreeSet |