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

5
LINES

< > BotCompany Repo | #1018116 // ll_linkedList - literal LinkedList

JavaX fragment (include)

static <A> LinkedList<A> ll_linkedList(A... a) {
  new LinkedList<A> l;
  for (A x : a) l.add(x);
  ret l;
}

Author comment

Began life as a copy of #1003382

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1018116
Snippet name: ll_linkedList - literal LinkedList
Eternal ID of this version: #1018116/1
Text MD5: 0182c29b9517592f6eb42923a1f568d3
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-09-02 14:18:33
Source code size: 112 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 300 / 314
Referenced in: [show references]