1 | static <A> Collection<A> addAllAndReturn(Collection<A> c, Collection<A> b) { |
2 | if (c != null && b != null) c.addAll(b); |
3 | ret b; |
4 | } |
Began life as a copy of #1004686
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: | #1015243 |
Snippet name: | addAllAndReturn |
Eternal ID of this version: | #1015243/1 |
Text MD5: | af2cbe5863bf137198ab1c85415f7dbb |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-05-11 01:43:58 |
Source code size: | 133 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 409 / 455 |
Referenced in: | [show references] |