1 | static L<Web> webs_dropWebsContainedInIDSet(L<Web> webs, Set<GlobalID> set) { |
2 | new L<Web> out; |
3 | if (webs != null) for (Web web : webs) |
4 | if (!set.contains(web.globalIDObj())) |
5 | out.add(web); |
6 | ret out; |
7 | } |
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: | #1012379 |
Snippet name: | webs_dropWebsContainedInIDSet |
Eternal ID of this version: | #1012379/1 |
Text MD5: | 2abdbb6bfbd475711e64b21d24e1c04f |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-11-29 00:59:40 |
Source code size: | 217 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 424 / 455 |
Referenced in: | [show references] |