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

9
LINES

< > BotCompany Repo | #1013104 // smartIndexOfLL

JavaX fragment (include)

1  
static <A> int smartIndexOfLL(L<A> x, int i, A... y) {
2  
  outer: for (; i+l(y) <= l(x); i++) {
3  
    for (int j = 0; j < l(y); j++)
4  
      if (neq(x.get(i+j), y[j]))
5  
        continue outer;
6  
    ret i;
7  
  }
8  
  ret l(x);
9  
}

Author comment

Began life as a copy of #1012395

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: #1013104
Snippet name: smartIndexOfLL
Eternal ID of this version: #1013104/1
Text MD5: 1100fa0c9d2ed1c9842e5281e7789b2a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-12-25 21:33:15
Source code size: 222 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 252 / 300
Referenced in: [show references]