1 | static Set<ES> concatListsToCISet_es(Collection<? extends Collection<ES>> lists) {
|
2 | Set<ES> l = ciSet_es(); |
3 | for (Collection<ES> list : lists) |
4 | if (list != null) |
5 | l.addAll(list); |
6 | ret l; |
7 | } |
Began life as a copy of #1022566
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023208 |
| Snippet name: | concatListsToCISet_es |
| Eternal ID of this version: | #1023208/1 |
| Text MD5: | 8794b9830fb8eb1baf73177c4ee30adf |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-16 20:01:08 |
| Source code size: | 207 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 549 / 565 |
| Referenced in: | [show references] |