Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

9
LINES

< > BotCompany Repo | #1036436 // syncNewSubList - synonym of newSubList

JavaX fragment (include)

1  
static <A> L<A> syncNewSubList(L<A> l, int startIndex, int endIndex) {
2  
  ret newSubList(l, startIndex, endIndex);
3  
}
4  
5  
6  
7  
static <A> L<A> syncNewSubList(L<A> l, int startIndex) {
8  
  ret newSubList(l, startIndex);
9  
}

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: 65 / 70
Referenced in: [show references]