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)

1  
static <A> L<A> sublist(L<A> l, int startIndex) {
2  
  ret subList(l, startIndex);
3  
}
4  
5  
6  
7  
static <A> L<A> sublist(L<A> l, int startIndex, int endIndex) {
8  
  ret subList(l, startIndex, endIndex);
9  
}
10  
11  
12  
static <A> L<A> sublist(L<A> l, IntRange r) {
13  
  ret subList(l, r);
14  
}

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