Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ hash
Method
hash
ZezeJava/ZezeJava/src/main/java/Zeze/Util/LongHashSet.java:49–51 ·
view source on GitHub ↗
(long key)
Source
from the content-addressed store, hash-verified
47
}
48
49
private
int
hash(long key) {
50
return
(
int
)(key * 0x9E3779B97F4A7C15L >>> shift);
51
}
52
53
public
int
size() {
54
return
size;
Callers
4
contains
Method · 0.95
add
Method · 0.95
remove
Method · 0.95
resize
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected