Libraryless. Click here for Pure Java version (2490L/16K).
static Class[] getClasses_array(O[] array) { if (array == null) null; int n = array.length; Class[] l = new Class[n]; for i to n: l[i] = _getClass(array[i]); ret l; }
Began life as a copy of #1006875
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1028379 |
Snippet name: | getClasses_array |
Eternal ID of this version: | #1028379/1 |
Text MD5: | 5417e0edac5348c68cf0d4a07a4f7246 |
Transpilation MD5: | d024f7e250b4cc3e03f269d7276121ef |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-06-14 17:50:38 |
Source code size: | 182 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 198 / 289 |
Referenced in: | [show references] |