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

5
LINES

< > BotCompany Repo | #1012974 // findInListIC

JavaX fragment (include)

static S findInListIC(Collection<S> l, S s) {
  for (S x : unnull(l))
    if (eqic(x, s)) ret x;
  null;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1012974
Snippet name: findInListIC
Eternal ID of this version: #1012974/2
Text MD5: d4dc7f43eadfa6abfcc82ce3eb4cbff1
Author: stefan
Category: javax / collections
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-18 23:47:04
Source code size: 110 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 357 / 389
Version history: 1 change(s)
Referenced in: [show references]