1 | static int jfindOneOf(L<S> tok, S... patterns) { |
2 | for (S in : patterns) { |
3 | int i = jfind(tok, in); |
4 | if (i >= 0) ret i; |
5 | } |
6 | ret -1; |
7 | } |
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: | 434 / 478 |
Referenced in: | [show references] |