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

4
LINES

< > BotCompany Repo | #1031554 // listPlusItems_inPlace - add elements to list, return list

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (50L/1K).

static <A> L<A> listPlusItems_inPlace(L<A> l, A... more) {
  addAll(l, more);
  ret l;
}

Author comment

Began life as a copy of #1003336

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031554
Snippet name: listPlusItems_inPlace - add elements to list, return list
Eternal ID of this version: #1031554/1
Text MD5: d81e12930da95fb8c12b1d7263905d59
Transpilation MD5: bf6a7eb7ce76e801e83d03ad8235a2a6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-21 23:10:53
Source code size: 91 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 75 / 119
Referenced in: [show references]