Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1020231 // wrapArrayAsList

JavaX fragment (include)

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: 308 / 340
Referenced in: [show references]