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: | 565 / 645 |
Version history: | 4 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1028379 - getClasses_array |