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

5
LINES

< > BotCompany Repo | #1006875 // getClasses

JavaX fragment (include)

static L<Class> getClasses(O[] array) {
  L<Class> l = emptyList(l(array));
  for (O o : array) l.add(_getClass(o));
  ret l;
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006875
Snippet name: getClasses
Eternal ID of this version: #1006875/5
Text MD5: 1107bb0f92fb6353c0d401d5bcf5caf1
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-17 02:17:25
Source code size: 131 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 491 / 563
Version history: 4 change(s)
Referenced in: [show references]