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

7
LINES

< > BotCompany Repo | #1008703 // trimJoinSubList - trim(join(subList(...)))

JavaX fragment (include)

static S trimJoinSubList(L<S> l, int i, int j) {
  ret trim(join(subList(l, i, j)));
}

static S trimJoinSubList(L<S> l, int i) {
  ret trim(join(subList(l, i)));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1008703
Snippet name: trimJoinSubList - trim(join(subList(...)))
Eternal ID of this version: #1008703/1
Text MD5: 86a4ff5b12d1437796d554855e38fe01
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-29 00:47:20
Source code size: 170 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 526 / 584
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1009319 - joinSubList - join(subList(...)) - TODO: optimize