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

7
LINES

< > BotCompany Repo | #1016226 // filterByShortClassName

JavaX fragment (include)

1  
static L filterByShortClassName(Iterable l, S name) {
2  
  new L out;
3  
  for (O o : unnull(l))
4  
    if (shortClassNameIs(o, name))
5  
      out.add(o);
6  
  ret out;
7  
}

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: #1016226
Snippet name: filterByShortClassName
Eternal ID of this version: #1016226/1
Text MD5: 436940c048329f89e3a0e69c04469b6d
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-10 21:43:04
Source code size: 162 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 293 / 343
Referenced in: [show references]