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

7
LINES

< > BotCompany Repo | #1005350 // startingWithIgnoreCase - filter list

JavaX fragment (include)

static L<S> startingWithIgnoreCase(Collection<S> c, S prefix) {
  new L<S> l;
  for (S s : unnull(c))
    if (swic(s, prefix))
      l.add(s);
  ret l;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1005350
Snippet name: startingWithIgnoreCase - filter list
Eternal ID of this version: #1005350/1
Text MD5: 23bf1371948fd31de60887c697e66d2a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-11-08 16:22:52
Source code size: 159 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 439 / 447
Referenced in: [show references]