Transpiled version (2156L) is out of date.
1 | static <A> A nextInCyclicList(A a, L<A> l) { |
2 | ret cyclicGet(l, indexOf(l, a)+1); |
3 | } |
4 | |
5 | static <A> A nextInCyclicList(L<A> l, A a) { |
6 | ret nextInCyclicList(a, l); |
7 | } |
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1026438 |
Snippet name: | nextInCyclicList |
Eternal ID of this version: | #1026438/2 |
Text MD5: | 081456c9d2a0e6b6519d15051c895520 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-05-14 20:27:00 |
Source code size: | 163 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 205 / 315 |
Version history: | 1 change(s) |
Referenced in: | [show references] |