Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

3
LINES

< > BotCompany Repo | #1011728 // _hashCode - synonym of hashCode - get hash code of object or 0 for null

JavaX fragment (include)

static int _hashCode(O a) {
  ret a == null ? 0 : a.hashCode();
}

Author comment

Began life as a copy of #1003334

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1011728
Snippet name: _hashCode - synonym of hashCode - get hash code of object or 0 for null
Eternal ID of this version: #1011728/1
Text MD5: f6d436b395c0f54415f74f5883741fd2
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-03 17:25:47
Source code size: 67 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 470 / 546
Referenced in: [show references]