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