1 | static L<S> appendAll(Collection<S> l, S s) { |
2 | ret appendToAll(l, s); |
3 | } |
4 | |
5 | |
6 | |
7 | static L<S> appendAll(S s, Collection<S> l) { |
8 | ret appendToAll(s, l); |
9 | } |
download show line numbers debug dex old transpilations
Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt
No comments. add comment
Snippet ID: | #1030095 |
Snippet name: | appendAll - synonym of appendToAll |
Eternal ID of this version: | #1030095/1 |
Text MD5: | 47f00dcb3e73a47dc5b79b021d4641a8 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-11-09 09:52:57 |
Source code size: | 148 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 183 / 207 |
Referenced in: | [show references] |