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

5
LINES

< > BotCompany Repo | #1002073 // joinQuoted

JavaX fragment (include)

static S joinQuoted(S sep, Collection<S> c) {
  new L<S> l;
  for (S s : c) l.add(quote(s));
  ret join(sep, l);
}

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: #1002073
Snippet name: joinQuoted
Eternal ID of this version: #1002073/1
Text MD5: 42ca50313d9f4bfa6d2d11b97c8110d0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-16 18:47:03
Source code size: 118 bytes / 5 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 599 / 805
Referenced in: [show references]