static <A, B> A keyForValue(B value, Map<A, B> map) { ret reverseLookup(value, map); } static <A, B> A keyForValue(Map<A, B> map, B value) { ret reverseLookup(map, value); }
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025627 |
Snippet name: | keyForValue - synonym of reverseLookup |
Eternal ID of this version: | #1025627/1 |
Text MD5: | 1994baa3e36a0cd36740f2391e5814b7 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-10-10 00:52:58 |
Source code size: | 182 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 251 / 275 |
Referenced in: | [show references] |