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

6
LINES

< > BotCompany Repo | #1008506 // getClassNames

JavaX fragment (include)

static L<S> getClassNames(Collection l) {
  new L<S> out;
  if (l != null) for (O o : l)
    out.add(o == null ? null : getClassName(o));
  ret out;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1008506
Snippet name: getClassNames
Eternal ID of this version: #1008506/5
Text MD5: d0cdf0e8c2f5e84f4e28449472a664d7
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-05 08:05:22
Source code size: 155 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 423 / 587
Version history: 4 change(s)
Referenced in: [show references]