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

7
LINES

< > BotCompany Repo | #1008249 // joinWithSpace - synonym of joinWithSpaces

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (9114L/50K).

1  
static S joinWithSpace(Iterable c) {
2  
  ret join(" ", c);
3  
}
4  
5  
static S joinWithSpace(O... c) {
6  
  ret join(" ", c);
7  
}

Author comment

Began life as a copy of #1007801

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1008249
Snippet name: joinWithSpace - synonym of joinWithSpaces
Eternal ID of this version: #1008249/3
Text MD5: a087f806ae16c224d3d8ad6314d49a2e
Transpilation MD5: 49debb397b6a013dfe8c85912a76b883
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-05-31 05:51:39
Source code size: 122 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 571 / 671
Version history: 2 change(s)
Referenced in: [show references]