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

7
LINES

< > BotCompany Repo | #1029660 // joinNemptiesWithSpacedSlash

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

Libraryless. Click here for Pure Java version (2523L/16K).

sS joinNemptiesWithSpacedSlash(S... strings) {
  ret joinNempties(" / ", strings);
}

sS joinNemptiesWithSlash(Collection<S> strings) {
  ret joinNempties(" / ", strings);
}

Author comment

Began life as a copy of #1026138

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: #1029660
Snippet name: joinNemptiesWithSpacedSlash
Eternal ID of this version: #1029660/1
Text MD5: 3ad8a0a11e7520006a555a7669143f9e
Transpilation MD5: b7c082e43cbb6eef5da8bf27dd6ddb88
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-09-05 15:42:10
Source code size: 179 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 82 / 135
Referenced in: [show references]