Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

6
LINES

< > BotCompany Repo | #1023569 // findWhereIC

JavaX fragment (include)

1  
static <A> A findWhereIC(Collection<A> c, O... data) {
2  
  if (c != null) for (A x : c)
3  
    if (checkFieldsIC(x, data))
4  
      ret x;
5  
  ret null;
6  
}

Author comment

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: 181 / 231
Referenced in: [show references]