1 | static Set<S> concatListsToCISet(Collection<? extends Collection<S>> lists) {
|
2 | Set<S> l = ciSet(); |
3 | for (Collection<S> list : lists) |
4 | if (list != null) |
5 | l.addAll(list); |
6 | ret l; |
7 | } |
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: | 471 / 517 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |