static Set<ES> concatListsToCISet_es(Collection<? extends Collection<ES>> lists) { Set<ES> l = ciSet_es(); for (Collection<ES> list : lists) if (list != null) l.addAll(list); ret l; }
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: | 322 / 331 |
Referenced in: | [show references] |