static int indexOfContaining(L<S> l, S s) { ret indexOfElementThatContains(l, s); } static int indexOfContaining(L<S> l, int i, S s) { ret indexOfElementThatContains(l, i, s); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1020625 |
Snippet name: | indexOfContaining - synonym of indexOfElementThatContains |
Eternal ID of this version: | #1020625/1 |
Text MD5: | d1d1bbb82b6964a38a8ff62d81b00979 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-12-28 21:24:37 |
Source code size: | 186 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 289 / 315 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |