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

6
LINES

< > BotCompany Repo | #1010439 // joinPlus1

JavaX fragment (include)

static S joinPlus1(Collection c, S sep) {
  new StringBuilder buf;
  for (O o : c)
    buf.append(str(o)).append(sep);
  ret str(buf);
}

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: #1010439
Snippet name: joinPlus1
Eternal ID of this version: #1010439/1
Text MD5: 7611642b57c0dd9e8060e1cd1d53be14
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-17 23:46:32
Source code size: 141 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 236 / 267
Referenced in: [show references]