Libraryless. Click here for Pure Java version (2490L/16K).
1 | static Class[] getClasses_array(O[] array) {
|
2 | if (array == null) null; |
3 | int n = array.length; |
4 | Class[] l = new Class[n]; |
5 | for i to n: l[i] = _getClass(array[i]); |
6 | ret l; |
7 | } |
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: | 422 / 553 |
| Referenced in: | [show references] |