1 | static L<S> replaceSubList(L<S> l, L<S> x, L<S> y) {
|
2 | ret replaceSublist(l, x, y); |
3 | } |
4 | |
5 | static <A> L<A> replaceSubList(L<A> l, int fromIndex, int toIndex, L<A> y) {
|
6 | ret replaceSublist(l, fromIndex, toIndex, y); |
7 | } |
Began life as a copy of #1002136
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney
No comments. add comment
| Snippet ID: | #1003271 |
| Snippet name: | replaceSubList - synonym of replaceSublist |
| Eternal ID of this version: | #1003271/2 |
| Text MD5: | d33fb3ed1116e85c00576653fbab318a |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-07-20 12:41:28 |
| Source code size: | 219 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 830 / 849 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |