static O[] asArray(L l) { return toObjectArray(l); } static <A> A[] asArray(Class<A> type, L l) { ret (A[]) l.toArray((O[]) Array.newInstance(type, l.size())); }
Began life as a copy of #1002013
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1003294 |
Snippet name: | asArray - synonym of toObjectArray + another syntax |
Eternal ID of this version: | #1003294/1 |
Text MD5: | 4783b9275935b5ef04ef8757128856ff |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-09-16 23:02:05 |
Source code size: | 172 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 696 / 829 |
Referenced in: | #1003653 - asObjectArray - synonym of toObjectArray #1006654 - Standard functions list 2 (LIVE, continuation of #761) |