static <A> L<A> syncNewSubList(L<A> l, int startIndex, int endIndex) { ret newSubList(l, startIndex, endIndex); } static <A> L<A> syncNewSubList(L<A> l, int startIndex) { ret newSubList(l, startIndex); }
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mowyntqkapby, mqqgnosmbjvj
No comments. add comment
Snippet ID: | #1036436 |
Snippet name: | syncNewSubList - synonym of newSubList |
Eternal ID of this version: | #1036436/1 |
Text MD5: | 78049f3cdb69b840760adbac1f7a34c4 |
Author: | someone |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-12 00:53:40 |
Source code size: | 212 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 179 / 173 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |