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

11
LINES

< > BotCompany Repo | #1011411 // firstQuoted

JavaX fragment (include)

static S firstQuoted(Collection<S> l) {
  if (l != null)
    for (S s : l)
      if (isQuoted(s))
        ret s;
  null;
}

sS firstQuoted(S s) {
  ret firstQuotedToken(s);
}

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: 369 / 430
Version history: 1 change(s)
Referenced in: [show references]