1 | static S firstQuoted(Collection<S> l) {
|
2 | if (l != null) |
3 | for (S s : l) |
4 | if (isQuoted(s)) |
5 | ret s; |
6 | null; |
7 | } |
8 | |
9 | sS firstQuoted(S s) {
|
10 | ret firstQuotedToken(s); |
11 | } |
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, whxojlpjdney
No comments. add comment
| Snippet ID: | #1011411 |
| Snippet name: | firstQuoted |
| Eternal ID of this version: | #1011411/2 |
| Text MD5: | 8d80816816710c32287271249f0466ca |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-24 11:53:59 |
| Source code size: | 184 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 674 / 733 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |