1 | static <A> A reverseLookupIC(S value, Map<A, S> map) { |
2 | ret reverseLookupCI(value, map); |
3 | } |
4 | |
5 | |
6 | |
7 | static <A> A reverseLookupIC(Map<A, S> map, S value) { |
8 | ret reverseLookupCI(map, value); |
9 | } |
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: | #1027534 |
Snippet name: | reverseLookupIC - synonym of reverseLookupCI |
Eternal ID of this version: | #1027534/1 |
Text MD5: | 864ea27e7215ea28579d65b69582263d |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-03-23 11:57:51 |
Source code size: | 188 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 155 / 197 |
Referenced in: | [show references] |