1 | static <A> L<A> newSubList(L<A> l, int startIndex, int endIndex) {
|
2 | ret cloneList(subList(l, startIndex, endIndex)); |
3 | } |
4 | |
5 | static <A> L<A> newSubList(L<A> l, int startIndex) {
|
6 | ret cloneList(subList(l, startIndex)); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 18 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mowyntqkapby, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1003080 |
| Snippet name: | newSubList - return a sublist as new ArrayList |
| Eternal ID of this version: | #1003080/1 |
| Text MD5: | 57fac05f29df6287e151c051f1f4bbaa |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-04-30 16:46:07 |
| Source code size: | 222 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 1006 / 2132 |
| Referenced in: | [show references] |