static S joinCodeTokens(L<S> tok) { new StringBuilder buf; int n = tok.size(); for (int i = 1; i < n; i += 2) buf.append(tok.get(i)); ret buf.toString(); }
Began life as a copy of #1001111
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: | #1010093 |
Snippet name: | joinCodeTokens |
Eternal ID of this version: | #1010093/1 |
Text MD5: | 30ca9301858dff630d9a1875ead0bcb5 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-09-02 14:09:27 |
Source code size: | 173 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 551 / 582 |
Referenced in: | [show references] |