static <A> A findWhereIC(Collection<A> c, O... data) { if (c != null) for (A x : c) if (checkFieldsIC(x, data)) ret x; ret null; }
Began life as a copy of #1004923
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: | #1023569 |
Snippet name: | findWhereIC |
Eternal ID of this version: | #1023569/1 |
Text MD5: | ad4fe330579a26ab1c9fecd6c6230b61 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-06-29 04:28:42 |
Source code size: | 149 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 255 / 308 |
Referenced in: | [show references] |