static int jfindOneOf(L<S> tok, S... patterns) { for (S in : patterns) { int i = jfind(tok, in); if (i >= 0) ret i; } ret -1; }
Began life as a copy of #1002429
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: | #1014855 |
| Snippet name: | jfindOneOf |
| Eternal ID of this version: | #1014855/1 |
| Text MD5: | 26e05e8f458b2f93b937f91ce60a95fb |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-05 14:05:42 |
| Source code size: | 147 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 731 / 779 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1016480 - jfindOneOf_cond #1018047 - jcontainsOneOf |