static <A> L<A> wrapArrayAsList(A[] a) { ret a == null ? null : Arrays.asList(a); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020231 |
Snippet name: | wrapArrayAsList |
Eternal ID of this version: | #1020231/1 |
Text MD5: | 7267f723cfc93403d4cf2a44b87dd1df |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-11 02:10:56 |
Source code size: | 87 bytes / 3 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 392 / 427 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1025516 - intArrayToList (makes an ArrayList) |