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

14
LINES

< > BotCompany Repo | #1023734 // sublist - synonym of subList

JavaX fragment (include)

static <A> L<A> sublist(L<A> l, int startIndex) {
  ret subList(l, startIndex);
}



static <A> L<A> sublist(L<A> l, int startIndex, int endIndex) {
  ret subList(l, startIndex, endIndex);
}


static <A> L<A> sublist(L<A> l, IntRange r) {
  ret subList(l, r);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1023734
Snippet name: sublist - synonym of subList
Eternal ID of this version: #1023734/1
Text MD5: b5fd15eac5d101c55b71a9762a2cb855
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-07 18:52:08
Source code size: 264 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 157 / 197
Referenced in: [show references]