1 | static <A> A findByFields(Iterable<A> c, O... data) { |
2 | if (c != null) for (A x : c) |
3 | if (checkFields(x, data)) |
4 | ret x; |
5 | ret null; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1017352 |
Snippet name: | findByFields |
Eternal ID of this version: | #1017352/2 |
Text MD5: | 48d43474cbeedc5a1e52957fe1bff34a |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-07-19 15:23:53 |
Source code size: | 146 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 422 / 479 |
Version history: | 1 change(s) |
Referenced in: | [show references] |