1 | sbool hasWhereCI(Collection c, O... data) {
|
2 | if (c != null) for (O x : c) |
3 | if (checkFieldsIC(x, data)) |
4 | true; |
5 | false; |
6 | } |
Began life as a copy of #1003173
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: | #1023561 |
| Snippet name: | hasWhereCI |
| Eternal ID of this version: | #1023561/1 |
| Text MD5: | f07f57e069ec614563f70ef61a7df2ec |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-29 02:17:46 |
| Source code size: | 134 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 449 / 496 |
| Referenced in: | [show references] |