1 | static <A> L<A> objectsWhereIC(Collection<A> c, O... data) { |
2 | if (c == null) null; |
3 | new L<A> l; |
4 | for (A x : c) |
5 | if (checkFieldsIC(x, data)) |
6 | l.add(x); |
7 | ret l; |
8 | } |
Began life as a copy of #1015706
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023649 |
Snippet name: | objectsWhereIC |
Eternal ID of this version: | #1023649/1 |
Text MD5: | f6e4541890131b84a40be5b2f60f4c9f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-06-30 00:04:53 |
Source code size: | 179 bytes / 8 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 290 / 360 |
Referenced in: | [show references] |