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

3
LINES

< > BotCompany Repo | #1010856 // listAdd - add element to a list (or collection) if list is not null

JavaX fragment (include)

static <A> void listAdd(Collection<A> c, A a) {
  if (c != null) c.add(a);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1010856
Snippet name: listAdd - add element to a list (or collection) if list is not null
Eternal ID of this version: #1010856/3
Text MD5: 685c727e93deb5c1938c7e48ec4d5489
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-10-04 22:32:40
Source code size: 78 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 363 / 395
Version history: 2 change(s)
Referenced in: [show references]