static <A> int indexOfLL(L<A> x, A... y) { outer: for (int i = 0; i+l(y) <= l(x); i++) { for (int j = 0; j < l(y); j++) if (neq(x.get(i+j), y[j])) continue outer; ret i; } ret -1; }
Began life as a copy of #1002135
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: | #1012395 |
| Snippet name: | indexOfLL |
| Eternal ID of this version: | #1012395/1 |
| Text MD5: | bd7e31602864590481d42249bea8420c |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-30 01:13:50 |
| Source code size: | 217 bytes / 9 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 686 / 727 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1013104 - smartIndexOfLL |