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)

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