1 | static int hashMap_internalHash(O key) { |
2 | int h; |
3 | ret (key == null) ? 0 : (h = key.hashCode()) ^ (h >>> 16); |
4 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1012715 |
Snippet name: | hashMap_internalHash - mirror java.util.HashMap.hash(O) |
Eternal ID of this version: | #1012715/4 |
Text MD5: | 157a34eeb1c627aa2231a002aa7bd6b2 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-12-10 21:08:37 |
Source code size: | 115 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 389 / 657 |
Version history: | 3 change(s) |
Referenced in: | [show references] |