1 | static <A> int indexOfLastChange(L<A> l) { |
2 | for (int i = l(l)-1; i > 0; i--) |
3 | if (neq(l.get(i-1), l.get(i))) |
4 | ret i; |
5 | ret -1; |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023034 |
Snippet name: | indexOfLastChange |
Eternal ID of this version: | #1023034/1 |
Text MD5: | 8dbd66ec67bf99bb836c16ab0d21ac5f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-04-23 13:36:29 |
Source code size: | 142 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 261 / 307 |
Referenced in: | [show references] |